a_clob clob:=TO_CLOB('1111')||TO_CLOB('22222'); begin insert into 表(clob字段) values (a_clob); select * from CMS_LEAVEMESSAGE where CREATIONDATE >= to_date('2015-01-01 00:00:00','yyyy-mm-dd hh24:mi:ss') and CREATIONDATE<= to_date('2018-04-09 10:30:00','yyyy-mm-dd hh24:mi:ss') 百度查询是双引号的问题... ==> Preparing: update T_USER SET DEPARTMENT_ID = "" WHERE DEPARTMENT_ID=? ==> Parameters: 70(String) org.springframework.jdbc.Bad Sql GrammarException: ### Error updating database. Cause: jav...