Spring JDBC insert in table with $ in column names
I use spring-jdbc without Hibernate and Oracle DB, which contains columns with names like “SOURCE_CHANGE_TIME$”. I don’t have the option to rename the columns. The problem occurs when I try to save data to the database. The following can be seen in the JdbcTemplate logs: