标签:
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
标签:
原文地址:http://www.cnblogs.com/lbnnbs/p/4781532.html