Skip to content

Tag: hsqldb

Unique Indexes query for HSQLDB

I’ve got a query that selects unique indexes from a MySQL DB table: I am looking to create the equivalent query that works for HSQLDB Any help is much appreciated! Answer That’s available in information_schema.system_indexinfo