0

I know it's possible to search for text in blobs in oracle db. (Source)

But is it possible in hsql?

Community
  • 1
  • 1
Christian
  • 22,585
  • 9
  • 80
  • 106

1 Answers1

0

Yes, use LIKE, POSITION or regular expressions. See the built-in functions for different options.

fredt
  • 24,044
  • 3
  • 40
  • 61