If I create a sequence in a catalog ("CREATE SEQUENCE IF NOT EXISTS meta.seqd CACHE 5"), how do I obtain values from it. I tried:
"? nextval('meta.seqd');"
but it throws:
java.sql.SQLException: Failed to get current sequence c:\data\meta.seqd.SEQ because it doesn't exist.
Thanks,
|
Supported too. Please download the latest package. Thanks.
|