Hi all,
I´ve the following problem:
2 tables. The first (table1) has a column id and the second some names.
Now I have the second table with a field that has e.g. the following value:
"6 3 9"
(id=6 id=3 id=9)
My query:
SELECT id, names from table1 WHERE id IN (6, 3, 9)
The result looks like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.