Hello, 

I want to do a query where I only gt the results by an numeric value: 

select * from MyTable where 1 IN someFieldInMyTable 
I know this query doesn't work, but maybe anyone knows what I mean. 

1 can be a value betwenn 1 and 23 
someFieldInMyTable is normaly a list like: 1,2,3,4,5,6,9,21 

br 
Charlie

Reply via email to