drop table if exists test; create table test (inchi text); insert into test values ('test+ '); select * from test;