what is wrong with this query?

G

Guest

It gives me a 'data type mismatch'

SELECT count(*), opdate
FROM qryticketsperday1
group by opdate
order by opdate desc;

qryticketsperday1 just gives me back a single date column (more specifically
a datevalue(datetime) value)
 

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

Top