On Saturday, August 14, 2021 at 2:44:59 AM UTC+12, Arne Vajhøj wrote: > PreparedStatement sel = con.prepare("... WHERE f LIKE ?"); > sel.setString(1, fval + "%"); Do I need to point out what’s wrong with that?