字段復制 不要數(shù)據(jù)問題??
我能請教下么?假如我值插入復制字段 ?不要數(shù)據(jù) ?是不是 復制后 再執(zhí)行 truncate table ?table_name;???有沒有直接 只復制字段不要數(shù)據(jù)的語法?
我能請教下么?假如我值插入復制字段 ?不要數(shù)據(jù) ?是不是 復制后 再執(zhí)行 truncate table ?table_name;???有沒有直接 只復制字段不要數(shù)據(jù)的語法?
2015-03-30
舉報
2015-03-30
試試這個 create table?table_name as select * from?table_name where 1=2,讓where條件永遠不成立,那樣就不會插入數(shù)據(jù),我這沒有oracle環(huán)境,你可以試試看