Insert into SQLite database, below is the example
insertion SQL.
Match Whole: match the entered text as a whole to
all TEXT type table columns.
Match Line by Line: split the entered text by new
line characters, create a TEMPORARY TABLE with the text lines
and match all TEXT type table columns using CROSS JOIN.