Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 番目の選択クエリは問題ないのに、最初の選択クエリが 'AS' でエラーを表示するのはなぜですか? - oracle sql - エラー メッセージ: SQL コマンドが正しく終了していません
asOracle では、テーブル レベルのエイリアスは許可されていません。列とサブクエリで許可されているため、2 番目の例ではエラーが発生しません。
as
as以下のように削除して修正します。
select * from cisa xxxx