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.
列のデータ型を変更しようとすると、次のエラー メッセージが表示され続けます。
alter table x modify column order_date date NOT NULL;
1 行目のエラー
ORA-00905 キーワードがありません
SQLには多くの種類の日付があることを知っているので、どこが間違っているのかわかりませんか?
どうもありがとう