代码搜索:数据存储

找到约 10,000 项符合「数据存储」的源代码

代码结果 10,000
www.eeworm.com/read/227935/14406220

txt 导入excel数据到sql中.txt

/*导入Excel数据到Sql中*/ select * into IT采购记录单 from OpenRowSet('microsoft.jet.oledb.4.0','Excel 8.0;HDR=yes;database=e:\公司资料\IT管理资料\采购管理\IT采购记录单.xls;','select * from [200604-(配件)$]')