Home > database >  JDBI SQL Annotations how to query CLOB with LIKE
JDBI SQL Annotations how to query CLOB with LIKE

Time:10-12

I'm trying to fetch data from our database using a CLOB column.

Hardcoded strings work:

@SqlQuery("SELECT * FROM users WHERE roles LIKE '           
  • Related