Is there any way to return which query items are not in a table?
Let's say I have a query like this:
SELECT id FROM tabela WHERE id IN (1,23,45,68,91,126,345,418,509,610);
This will bring me a table with the query records that are prese...
asked by
01.10.2014 / 20:42