mssql-excel數(shù)據(jù)導(dǎo)入添加
發(fā)布時(shí)間:2009/4/3 9:11:03 作者: 閱讀:764
廣告:
INSERT INTO eaddress
(userid, ename, company, part,email,adddate)
SELECT 'zhangpei' AS Expr1, 聯(lián)系人,公司名, 部門,郵箱,GETDATE() AS Expr2
FROM zhangpei.dbo.Sheet1$ where 郵箱 is not null and 郵箱<>''
INSERT INTO eaddress
(userid, ename, company, part, email,adddate)
SELECT 'liaohuayan' AS Expr1, 聯(lián)系人, 公司名, 部門, 公司郵箱地址,GETDATE() AS Expr2
FROM liaohuayan.dbo.Sheet1$ where 公司郵箱地址 is not null and 公司郵箱地址<>''
廣告:
相關(guān)文章