I am trying to insert data into database but I am getting this exception:
java.sql.SqlException:[Oracle][ODBC]ORA-00928:missing SELECT keyword
I am trying to insert data into database but I am getting this exception:
java.sql.SqlException:[Oracle][ODBC]ORA-00928:missing SELECT keyword
Copyright © 2021 Jogjafile Inc.
It sounds like you're trying to insert data into an Oracle table. Try formulating a statement like this:
or