NextNum
Summary
The NextNum
function returns a number larger than the last time the function was called within the JVM.
Syntax
NextNum() |
Return Type
Long
Details
The NextNum
function is typically used for testing purposes.
Examples
insert into foo values(NextNum()); 123 |