09.04.2014, 20:21
i am not quite sure about this but i too needed something like that in past. try this:
SELECT last_insert_rowid();
EDIT: ^ ignore that it didnt worked for me.
i think you will have to play with queries to do so e.g: add new field and set its value to something and reset all others when new query executed etc..
SELECT last_insert_rowid();
EDIT: ^ ignore that it didnt worked for me.
i think you will have to play with queries to do so e.g: add new field and set its value to something and reset all others when new query executed etc..