Readers: 6
1 2 3 4 5 6 7 8 9 10
SQL> SELECT * FROM HR.EMPLOYEES_SEQ; Fehler beim Start in Zeile: 1 in Befehl - SELECT * FROM HR.EMPLOYEES_SEQ Fehler bei Befehlszeile: 1 Spalte: 18 Fehlerbericht - SQL-Fehler: ORA-02201: Sequenz hier nicht zulässig 02201. 00000 - "sequence not allowed here" *Cause: An attempt was made to reference a sequence in a from-list. *Action: A sequence can only be referenced in a select-list.
1 2
DBD::Oracle::db prepare failed: ORA-02201: sequence not allowed here (DBD ERROR: error possibly near <*> indicator at char 19 in 'SELECT * FROM "HR".<*>"DEPARTMENTS_SEQ" FETCH NEXT 0 ROWS ONLY') [for Statement "SELECT * FROM "HR"."DEPARTMENTS_SEQ" FETCH NEXT 0 ROWS ONLY"] at ...