Hello

I'm no MySQL expert, and am having some syntax errors when trying to
export data from SQLite 3 into MySQL 5. Before I dive into MySQL's
documentation, does someone know how I should rewrite this type of SQL
to keep MySQL happy?

BEGIN TRANSACTION;
CREATE TABLE dummy (id TEXT PRIMARY KEY NOT NULL, address TEXT);
CREATE TABLE support (id INTEGER PRIMARY KEY AUTOINCREMENT, name
TEXT);
COMMIT;

Thank you.

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

Reply via email to