Query Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to construct a query that will sum the contents of a particular
field based on todays date. Can't seem to find any examples of this.

Select count(wins) as numtrades from table where (date = today); Obviously
the (date=today) is the problem area.

thanks Mike
 
Back
Top