Java – lists all sequences in HSQLDB 1.8

How to list all sequences in a specific schema in HSQLDB 1.8?

Note: HSQLDB 1.8 does not support the information introduced in 2.0_ Schema table

Solution

The following applies to me:

SELECT *
FROM information_schema.system_sequences
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>