For example:
I want to search, 1,2,5,7,11 and then the rest until 100, in a DQL SELECT. Ex.:
SELECT column_name(s) FROM table_name WHERE column_name IN (1,2,5,7,11 ... value100);
In case my doubt is regarding the use of the IN operator, i...
asked by
24.05.2018 / 20:15