在下面的SQL查询中可以像这样使用SimpleDateFormat吗?ORDER BY new SimpleDateFormat("MM/dd/yyyy").format(genfield), emppnumber ascORA-00933: SQL命令未正确结束
为此,我使用了OracleSQLDeveloper,
我有一个关于sql的问题。我使用jDeveloper和oraclesqldeveloper。BOOKS WHERE NAMES LIKE '%"+word+"%' OR AUTHOR LIKE '%"+word+"%' COLLATE Latin1_General_CS_AS ");
但我收到错误: java.sql.SQLException: ORA-00933: SQL<e
This is the error I'm getting: pl/sql : ORA-00933: SQL命令未正确结束时执行PL/SQL语句时遇到困难。XXX' <> 'XXX') update XXX set XXX=1 where XXX='XXX' and XXX like 'XXX'
END;