码迷,mamicode.com
首页 > 数据库 > 详细

FoxPro 打开文件及使用SQL查询

时间:2015-09-04 12:35:57      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

set exclusive off

OPEN DATABASE t:\tpswin\comp1\time.dbc SHARED

select empl_no,date,in, bout, bin, out, wkghrs, ot15, ot20 from attend where attend.date>={^2009-08-01 0:0:0} and attend.date=<{^2010-02-01 23:59:0} and empl_no=‘30011127‘ and NOT DELETED()


COPY TO "c:\documents and settings\liaobin\桌面\廖萍英.xls" TYPE XL5

FoxPro 打开文件及使用SQL查询

标签:

原文地址:http://www.cnblogs.com/lbnnbs/p/4781532.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!