Here is my script:
select name_id, physican_id, primary_name, last_name, first_name from dbo.tblphysiciannames
where (physician_id = 'G001985')
How to convet the varchar va;e tp data type int?
Thank you for your help.
Sally
Here is my script:
select name_id, physican_id, primary_name, last_name, first_name from dbo.tblphysiciannames
where (physician_id = 'G001985')
How to convet the varchar va;e tp data type int?
Thank you for your help.
Sally