2009年8月29日

常用SQL语句

摘要: 1. 读取文本文件到数据库中select xml_data from openrowset(Bulk 'D:\a.txt',single_nlob) as F(xml_data)update customerdata set txt_data=(select data from openrowset(bulk 'D:\words.txt',single_clob) as f(data))http:... 阅读全文

posted @ 2009-08-29 15:26 博览潇湘 阅读(288) 评论(0) 推荐(1)

导航