Foxpro database and date, how? -
i'm working on query en fox pro database. problem find out way extract 1 year/ 12 months date. structure (simpleform):
select * table mydate = date()-interval(12,month). msquery responding with: column month not found.
select * table between(mydate, gomonth(mydate, -12), mydate)
Comments
Post a Comment