Hi,
I am getting an SQLException while executing the
following query.
SELECT SUBSTR(ENAME , 3, 4) FROM EMP
My database is oracle.The exception is as follows
-----------------------------------------------------------------------
org.ldbc.jdbc.jdbcSQLException: Syntax error in SQL statement: SELECT SUBSTR(ENAME [*], 3, 4) FROM EMP; unexpected token: SUBSTR
-----------------------------------------------------------------------
Can i execute the same query for a different database?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am getting an SQLException while executing the
following query.
SELECT SUBSTR(ENAME , 3, 4) FROM EMP
My database is oracle.The exception is as follows
-----------------------------------------------------------------------
org.ldbc.jdbc.jdbcSQLException: Syntax error in SQL statement: SELECT SUBSTR(ENAME [*], 3, 4) FROM EMP; unexpected token: SUBSTR
-----------------------------------------------------------------------
Can i execute the same query for a different database?
See http://sourceforge.net/tracker/index.php?func=detail&aid=1291128&group_id=56545&atid=480947 (that's Patch #1291128 in the Patch tracker).