Instead of using the logical operator of !=
, I'd like to use a code that does the query by disregarding a list of values such as In
only the reverse.
Select from teste where teste1 (código) ('x','y','a','g')
I'm using !=
but I need to write a lot of command lines to get what I need, because it's a lot of data I do not need to be queried.