Hello,
I am searching for a specific column name in a database. I am unsure what the syntax is. This is what I have so far, but it is returning an error...
select * from sys_objects where col_name = 'ProductID'
Does anyone know the correct syntax? Any help would be appreciated.
Thank you,
Dave
I am searching for a specific column name in a database. I am unsure what the syntax is. This is what I have so far, but it is returning an error...
select * from sys_objects where col_name = 'ProductID'
Does anyone know the correct syntax? Any help would be appreciated.
Thank you,
Dave