2014年6月29日日曜日

SQL メモ

Oracle
テーブル一覧    desc tabale_name;
Not Nullを変更  alter table mytable modify (myname not null);


MySQL