How can I list all sequences in a specific schema in HsqlDB 1.8?
Note: HsqlDB 1.8 does NOT support the information_schema tables introduced in 2.0
The following works for me:
SELECT * FROM information_schema.system_sequences
information_schema.sequences
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
278 times
active