Webサイトの運営会社で得た技術的な知識を記録していきます。 サーバー情報、Webデザイン、プログラミング、このWebサイトで利用させていただいているBlogger(ブロガー)についても公開していきます。

Oracleのテーブルに列(カラム)を追加

Oracleのテーブルにカラム(列)をするには、「ALTER TABLE~ADD~」を使用します。

テーブルにカラム(列)を1つ追加する

-- テーブルにカラム(列)を1つ追加するSQL
ALTER TABLE <テーブル名> ADD (<列名1の定義>);

実行例1. table1 に col1 を追加する

テーブル(表) "table1" に カラム(列) "col1" を追加する方法です。
-- テーブル"table1"にカラム(列)"col1"を追加するSQL
ALTER TABLE table1 ADD (col1 VARCHAR2(100));


テーブルにカラム(列)を複数追加する

-- テーブルにカラム(列)を複数追加するSQL
ALTER TABLE <テーブル名> ADD (<列名1の定義>, <列名2の定義>);

実行例1. table1 に col1,col2 を追加する

テーブル(表) "table1" に カラム(列) "col1","col2" を追加する方法です。
-- テーブル"table1"にカラム(列)"col1"と"col2"を追加するSQL
ALTER TABLE table1 ADD (col1 VARCHAR2(100), col2 NUMBER(5,0));


1 件のコメント:

  1. We thanks for leaving this review and your suggestions, and are sorry pay attention to} that you've got|that you 네온카지노 have} an unpleasant expertise with our casino. The games we provide are games of likelihood, which are random, and also you're sadly not at all times going to return out ahead. Unfortunately, this problem affected quantity of} gamers, so, the game supplier has handful of accounts checking and attempting to figure out|to determine} fix for it. We can assure that they are engaged on the difficulty and any profitable might have|you could have|you might have} had will be credited once as} the problem has been sorted out. We used to grab those plastic coin buckets and walk from one joint to the following. Unless we hit something pretty big and the cash had been too heavy, we didn’t money them in till we were back at our personal resort.

    返信削除

人気記事

ラベル

ページ

このブログを検索