アウトプットができる技術者に

it's a time to take a new step !

Sybase ASE 入門 カラム追加

age カラムを追加する例

alter table test_table1 add age int default 99
alter table test_table1 add age int null

指定の位置に追加することは不可能?