回答編集履歴
1
追記
answer
CHANGED
@@ -1,1 +1,12 @@
|
|
1
|
-
コメントはalter table 構文内では付けられないんじゃなかったかな。
|
1
|
+
コメントはalter table 構文内では付けられないんじゃなかったかな。
|
2
|
+
|
3
|
+
oracleの正式リファレンスは分かり辛いところもありますので、以下なども参考にされてみると良いかもしれません。
|
4
|
+
●[オラクル ちょこっとリファレンス](https://oracle-chokotto.com/)
|
5
|
+
|
6
|
+
●[SHIFT the Oracle - PL/SQL プログラミング入門(1)
|
7
|
+
](http://www.shift-the-oracle.com/plsql/)
|
8
|
+
[SHIFT the Oracle - PL/SQL プログラミング入門(2)](http://www.shift-the-oracle.com/plsql/index2.html)
|
9
|
+
|
10
|
+
●[忘れっぽいエンジニアのオラクルSQLリファレンス - PL/SQL](http://oracle.se-free.com/plsql/plsql.html)
|
11
|
+
|
12
|
+
●[SAK Streets - SQL 開発言語資料](http://sak.cool.coocan.jp/w_sak3/doc/sysbrd/sak3sql.htm)
|