On 12 Nov 2013, at 8:45am, Sylvain Pointeau <sylvain.point...@gmail.com> wrote:

> The merge statement is really missing in sqlite...

SQLite does have this form of the INSERT statement:

INSERT (OR REPLACE/IGNORE) INTO table1 SELECT * FROM table2

Do you have specific requirements for the UPDATE features of MERGE ?

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

Reply via email to