last_insert_grn_id
This UDF returns the unique ID assigned by Groonga for the last inserted record, useful for tracking internal record identifiers.
Syntax
last_insert_grn_id()Description
Examples
SELECT last_insert_grn_id();
+----------------------+
| last_insert_grn_id() |
+----------------------+
| 3 |
+----------------------+See Also
Last updated
Was this helpful?

