How can I get efficiently the id of the last insterted row?

A the moment I am using :
SELECT MAX(id) from table.
Which isn't efficient.

How can i do it more efficiently but stay database agnostic.

best
Witold
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to