[Koha] Problem constructing a report - WHERE dates?
Greg Barniskis
gregb at scls.lib.wi.us
Fri Jul 10 05:30:35 NZST 2009
WHERE type= 'issue' AND datetime > '2009-06-01' AND datetime < '2009-06-30'
Is that right? Keeping in mind that I'm no Koha expert, much less expert
in MySQL, I could easily be wrong. But in more general db work, I was
always taught that a bare date stamp equated to a time stamp of midnight
(the start of that date).
Thus a WHERE clause of "less than date" would technically exclude
anything that was actually on that date. I was told to use
< '2009-07-01'
if I wanted to include everything up to '2009-06-30 23:59:59'.
Right? Wrong? Conditional?
--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
<gregb at scls.lib.wi.us>, (608) 266-6348
More information about the Koha
mailing list