This is my Oracle query
select TOPIC,SEQ,INFO FROM HELP TOP 150;
and below is the exception
java.sql.SQLSyntaxErrorException: ORA-00933: SQL command not properly ended
This is my Oracle query
select TOPIC,SEQ,INFO FROM HELP TOP 150;
and below is the exception
java.sql.SQLSyntaxErrorException: ORA-00933: SQL command not properly ended