sqlite3 exclude value
2020-04-21
SELECT * FROM table1 WHERE column1 IS NOT '%ignored_value%';
othersqlite3