Seems like such a simple thing. I need to specify a WHERE criteria with the LIKE operator and include a tab in the expression.
SELECT * FROM table WHERE field LIKE '%Run1[TAB]%';
I’ve tried \t, \\t, %t and the char operator.
I am working in Sqlite.
Thanks.
try
for the tab character