原文链接:
http://bbs.youkuaiyun.com/topics/70045444
字符串中的',一律用两个''表示就行了
create table test(
id integer primary key autoincrement,
var text
);
insert into
test(id,var)
values(null, 'he''s brother --"The Dragon"');