SQL語法筆記
SQL語法
|
PL/SQL
|
Function
| TRIGGER | StoreProc |
DBA
顯示具有
insert into
標籤的文章。
顯示所有文章
顯示具有
insert into
標籤的文章。
顯示所有文章
2008年3月20日 星期四
將撈出來資料以新的table來存放或存放在指定的table中!!
將撈出來資料以新的table來存放
create table table_name1 as select * from table_name2 where line_id='eee'
將撈出來資料存放在指定的table中
insert into table_name1 select * from table_name2 where line_id='eeeeeeeee'
較舊的文章
首頁
訂閱:
文章 (Atom)