I have a field in my db rprods that was inserted from a form with a select statement with multiple enabled. the list could look like 1, 2, 3, 4 ...
I need to run a query to find all the records that have a 2 in the list. Not 22 or 12 but just 2.
What would the query look like...
Select *
From tbl
Where ?
Thanks....
The only dumb questions are the ones that are never asked
I need to run a query to find all the records that have a 2 in the list. Not 22 or 12 but just 2.
What would the query look like...
Select *
From tbl
Where ?
Thanks....
The only dumb questions are the ones that are never asked