I am working with a database (not mine) where the values in the field can be some thing lke:
I need to be able to grab the rows based on one of the values separated like 2 but not get 23. And I can't assume a comma like '2,' because 2 could be the final number or part of 32,. I'm hoping this is doable in the query so I can avoid having to grab them all and process seperately.Code:ID | FIELD ---------- 1 2,4,6 2 23,42 3 2 4 32, 33 etc...
Thanks,
baze




. I know this might be some extra work on your part but it will save you lots of time down the road.
I suppose for their purposes (the way they use it) it works fine. I'm writing some stuff that that will interface with it.
Bookmarks