Here is my SQLite table (in comma-delimited format):
ROWID,COLUMN 1,"This here is a string |||" 2,"Here is another string" 3,"And yet another string"
I want to exclude all lines under "COLUMN" that contain "|||". Is this possible in SQLite?
source share