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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -