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
 
great...thank you very much...I thought I tried that but obviously didn't.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top