查询Excel数据

来源:互联网 发布:景安网络app 编辑:程序博客网 时间:2024/05/16 05:35

select OrderID, CustomerID, EmployeeID, OrderDate, ShippedDate, ShipNotes
from OpenRowset(
  'Microsoft.Jet.OLEDB.4.0',
  'Excel 8.0;Database=c:/excel/Statistics.xls;HDR=YES',
  O10000$)