Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sqlite escape single quote

# Try doubling up the single quotes 
INSERT INTO table_name (field1, field2) VALUES (123, 'Hello there''s');
 
PREVIOUS NEXT
Tagged: #sqlite #escape #single #quote
ADD COMMENT
Topic
Name
1+8 =