2008-08-29 10:46:13 / Oracle开发
先出一个初步的需求,对于insert/update 语句。怎么取得source table 和 target tableexample 1insert into table_aselect *from table_b这里,table_a 是target_table,table_b 是source tableexample 2update table_cset id=(select id from table_d)这里,table_d 是target_table,table_c 是source table
查看(605)
评论(23)