您的位置:首页 > 其它

把数据从一个表复制到另一个表!

2006-02-28 08:25 267 查看
insert into "dbo"."BZ_PIMng" ("PIM_ID", "PIM_NO", "PIM_PNO", "PIM_SoldTo", "PIM_From", "PIM_To", "PIM_Date", "PIM_Mark", "PIM_Total", "PIM_SAY", "PIM_PaymentTerm", "PIM_DeliveryDate", "PIM_DeliveryShip", "PIM_PortName", "PIM_AimPortName", "PIM_PDMIDS", "PIM_PriceItem", "PIM_Head1", "PIM_Head2", "PIM_BankInfo", "PIM_Remark", "PIM_CTMID", "PIM_CTMName1", "PIM_USMID", "PIM_CurrencyID", "PIM_AimCountry", "PIM_ProfitRate", "PIM_FeeRate", "PIM_RealFeeRate", "PIM_Commision", "PIM_StateFlag", "PIM_WorkFlow", "PIM_CEO", "PIM_BusinessMgr", "PIM_MoneyMgr", "PIM_ExchangeRate", "PIM_RealExchangeRate")
select "dbo"."BZ_PIMng_IM0"."PIM_ID",
"dbo"."BZ_PIMng_IM0"."PIM_NO",
"dbo"."BZ_PIMng_IM0"."PIM_PNO",
"dbo"."BZ_PIMng_IM0"."PIM_SoldTo",
"dbo"."BZ_PIMng_IM0"."PIM_From",
"dbo"."BZ_PIMng_IM0"."PIM_To",
"dbo"."BZ_PIMng_IM0"."PIM_Date",
"dbo"."BZ_PIMng_IM0"."PIM_Mark",
"dbo"."BZ_PIMng_IM0"."PIM_Total",
"dbo"."BZ_PIMng_IM0"."PIM_SAY",
"dbo"."BZ_PIMng_IM0"."PIM_PaymentTerm",
"dbo"."BZ_PIMng_IM0"."PIM_DeliveryDate",
"dbo"."BZ_PIMng_IM0"."PIM_DeliveryShip",
"dbo"."BZ_PIMng_IM0"."PIM_PortName",
"dbo"."BZ_PIMng_IM0"."PIM_AimPortName",
"dbo"."BZ_PIMng_IM0"."PIM_PDMIDS",
"dbo"."BZ_PIMng_IM0"."PIM_PriceItem",
"dbo"."BZ_PIMng_IM0"."PIM_Head1",
"dbo"."BZ_PIMng_IM0"."PIM_Head2",
"dbo"."BZ_PIMng_IM0"."PIM_BankInfo",
"dbo"."BZ_PIMng_IM0"."PIM_Remark",
"dbo"."BZ_PIMng_IM0"."PIM_CTMID",
"dbo"."BZ_PIMng_IM0"."PIM_CTMName1",
"dbo"."BZ_PIMng_IM0"."PIM_USMID",
"dbo"."BZ_PIMng_IM0"."PIM_CurrencyID",
"dbo"."BZ_PIMng_IM0"."PIM_AimCountry",
"dbo"."BZ_PIMng_IM0"."PIM_ProfitRate",
"dbo"."BZ_PIMng_IM0"."PIM_FeeRate",
"dbo"."BZ_PIMng_IM0"."PIM_RealFeeRate",
"dbo"."BZ_PIMng_IM0"."PIM_Commision",
"dbo"."BZ_PIMng_IM0"."PIM_StateFlag",
"dbo"."BZ_PIMng_IM0"."PIM_CEO",
"dbo"."BZ_PIMng_IM0"."PIM_BusinessMgr",
"dbo"."BZ_PIMng_IM0"."PIM_MoneyMgr",
"dbo"."BZ_PIMng_IM0"."PIM_ExchangeRate",
"dbo"."BZ_PIMng_IM0"."PIM_RealExchangeRate"
from "dbo"."BZ_PIMng_IM0"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐