Thursday, January 20, 2011

List all tables in HSQLDB

SELECT * FROM INFORMATION_SCHEMA.SYSTEM_TABLES where TABLE_TYPE='TABLE'