Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Useful HSQLDB Commands

Search for a string ignoring case,

Code Block
langsql
select * from TABLE_X where LCASE(FIELD_X) like '%superman%';