SQLite Forum

NEXT VALUE FOR in SQLite
Login
Thanks Richard,
I probably forgot to indicate I would want to get inserted/updated value back as an unique counter to avoid concurrent updates.
My app is multi-threaded and my current logic is in an exclusive transaction. Would want to eliminate that.