sql - SQLite compare single value to multiple values -
I have the following:
Remove from myTable where someNum = (something of difTable Choose );
My problem is that "return You only get back the first value - IN = Use IN instead of operator: different from some different
" value 1,3
which it should, but I will only remove rows
Remove from Meritel where there is nothing (select something different);
Comments
Post a Comment