I need to check which IDs were not found in the table.
SELECT * FROM example_table WHERE id IN (123, 124, 125, 126, 127)
Since of (123, 124, 125, 126, 127) , in the table I only have (123, 124) .
The result I'm expecting is...
asked by
24.05.2018 / 15:45