I am trying to insert data into database but I am getting this exception:
java.sql.SqlException:[Oracle][ODBC]ORA-00928:missing SELECT keyword
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
It sounds like you're trying to insert data into an Oracle table. Try formulating a statement like this:
or
|
||||
|
|