Hello List,

I'm quite new to SQLite.
I try to convert from a MySQL DB to SQLite.
I've already done several changes to the MySQL dump but now I'm a bit stuck.

If I try to insert a row containing two subsequent exclamation marks
"!!", I get the error `SQL error: unrecognized token: "!!"`.

I haven't found useful information while searching the net so I try to
get a answer this way.
Could you tell me what I'm doing wrong and what is the meaning of "!!"
in text in SQLite.

As a reference here is the INSERT that fails as described:

sqlite> INSERT INTO 'gb' VALUES ('Die Alex','http://','Heisann Jungs!
\n\nIch drück euch alle meine Daumen für's finale!!  Ihr schafft das!!
\n\n','193.216.173.35','2007-11-05 20:00:20',NULL);
   ...> ;
   ...> ;
   ...> '
   ...> ;
SQL error: unrecognized token: "!!"
sqlite>

TIA
Greets Alex

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to