Getting the error "ORA-00937 - not a single-group group function" when creating a table in SQL Navigator.
It is possible to create the table in SQL Plus.
To reproduce the problem please follow the steps below:
create table test_table(
col1 number,
col2 number,
col3 number)
This is an issue with the SQL parser of SQL Navigator. It cuts off the create table statement incorrectly and results the ORA-00937 error when executing.
WORKAROUND
Remove the last semicolon from the statement and then execute it.
STATUS
Waiting for fix in a future release of SQL Navigator for Oracle