vavs123
29th April 2002, 16:53
I am trying to write a simple query that will count the number of orders which were complete for a given date range. I am using the SQL queries module. I am stuck on the proper syntax for the query's where clause. I tried this and got an error:
where
tisfc001.cmdt between tcdate.f and tcdate.t
I thought that this should bring up a request for the two dates.
Am I wrong?
Probably yes.
where
tisfc001.cmdt between tcdate.f and tcdate.t
I thought that this should bring up a request for the two dates.
Am I wrong?
Probably yes.