On Nov 13, 2013, at 8:03 PM, Simon Slavin <slav...@bigfraud.org> wrote:

> or do they need some specific functionality which MERGE has and SQLite 
> doesn’t.

There are no equivalent in SQLite at all. One cannot do even the most basic of 
upsert with the SQL available. The functionality is just not there. In other 
words, one cannot perform an insert or update combo without resorting to 
procedural programming outside of SQLite.

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

Reply via email to