You can also do:<br><br><div style="margin-left: 40px;">WHERE YEAR(datetime) = 2009 AND MONTH(datetime) = 6<br clear="all"></div><br>I tend to prefer that one, since it is easy to update/increment and you don&#39;t have to remember how many days are in a given month for that specific year.  <br>
-- <br>Joe Atzberger<br>LibLime - Open Source Library Solutions<br><br><div class="gmail_quote">On Thu, Jul 9, 2009 at 1:30 PM, Greg Barniskis <span dir="ltr">&lt;<a href="mailto:gregb@scls.lib.wi.us">gregb@scls.lib.wi.us</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
WHERE type= &#39;issue&#39; AND datetime &gt; &#39;2009-06-01&#39; AND datetime &lt; &#39;2009-06-30&#39;<br>
<br>
Is that right? Keeping in mind that I&#39;m no Koha expert, much less expert<br>
in MySQL, I could easily be wrong. But in more general db work, I was<br>
always taught that a bare date stamp equated to a time stamp of midnight<br>
(the start of that date).<br>
<br>
Thus a WHERE clause of &quot;less than date&quot; would technically exclude<br>
anything that was actually on that date. I was told to use<br>
<br>
&lt; &#39;2009-07-01&#39;<br>
<br>
if I wanted to include everything up to &#39;2009-06-30 23:59:59&#39;.<br>
<br>
Right? Wrong? Conditional?<br>
<br>
--<br>
<font color="#888888">Greg Barniskis, Computer Systems Integrator<br>
South Central Library System (SCLS)<br>
Library Interchange Network (LINK)<br>
&lt;gregb at <a href="http://scls.lib.wi.us" target="_blank">scls.lib.wi.us</a>&gt;, (608) 266-6348<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</font></blockquote></div><br>