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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With