SQL-Fehler: ORA-00933: SQL-Befehl nicht korrekt beendet 00933. 00000 - "SQL-Befehl nicht korrekt beendet!"

Ich habe mir über diese Website und nicht finden können, ein ähnliches Szenario. Ich versuche, führen Sie den folgenden code

SELECT st.storeid, s.noofitems
FROM salestrnsaction AS st, soldvia AS s
WHERE st.tid = s.tid
ORDER BY noofitems ASC;

bin und Erhalt der 'SQL-Befehl nicht korrekt beendet" - Fehler.

Genauer gesagt, dies ist die Botschaft, die ich erhalte.

SELECT st.storeid, s.noofitems
FROM salestrnsaction AS st, soldvia AS s
WHERE st.tid = s.tid
ORDER BY noofitems ASC
Error at Command Line : 287 Column : 22
Error report -
SQL Error: ORA-00933: SQL command not properly ended
00933. 00000 -  "SQL command not properly ended"
*Cause:    
*Action:

Dank.

InformationsquelleAutor D. Romanski | 2016-04-19

Schreibe einen Kommentar