How can I list all sequences in a particular schema in HsqlDB 1.8 ?
Note: HsqlDB 1.8 does NOT support information_schema tables introduced in 2.0
The following works for me:
SELECT * FROM information_schema.system_sequences
Source: https://habr.com/ru/post/900992/More articles:Shadow does not appear for UIView using CALayer - iosWhat is the Python equivalent of Perlbrew? - pythonPython https client - pythonI get a performance penalty when mixing SIMD instructions and multithreading - performanceIs it possible to have only a submit button in html form? - htmlPython optparse, defaults and explicit parameters - pythonRecord audio and video using AVFoundation frame by frame - iosAutoIncrement fields other than Id in grails - grailslistBox.ItemContainerGenerator.ContainerFromItem () returns null to the new item added to the list - wpfWhat is a good combination of tools currently used to implement REST / J2EE / Database + custom auth - javaAll Articles