Page tree
Skip to end of metadata
Go to start of metadata

Useful HSQLDB Commands

Search for a string ignoring case,

select * from TABLE_X where LCASE(FIELD_X) like '%superman%';
  • No labels