> begin immediate; insert; select max(id) from blah; commit;

Or "select last_insert_rowid() from blah limit 1"

Regards

Reply via email to