close

Oracle寫法 
create table Table_New as select * from Table_Old 
SQL Server寫法 
select * into Table_New from Table_Old 

SQL Server 語法 -從別的Table複制資料及欄位到新Table

Oracle寫法
create table  Table_New as select * from  Table_Old

SQL Server寫法
 select   *   into   Table_New    from   Table_Old
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 11 的頭像
    11

    冠霖的部落格

    11 發表在 痞客邦 留言(0) 人氣()