Can anyone point me in the right direction here...
I'm looking to write a query to return a list of values that meet a certain condition... I thought it would be pretty simple...I'm stuck.
The query should only return those values which are over a certain length (say 16 characters)...
select [column] from [tablename]where ?????
Thanks in advance...
I'm looking to write a query to return a list of values that meet a certain condition... I thought it would be pretty simple...I'm stuck.
The query should only return those values which are over a certain length (say 16 characters)...
select [column] from [tablename]where ?????
Thanks in advance...