Using LIKE with % when executing SQL queries with placeholders for parameters
I have a project with PostgreSQL database where queries are stored in SQL files and executed using namedParameterJdbcTemplate#queryForList method. Meaning that parameters are stored in the queries using placeholders, for example: