Can someone point a link, or show an example.

basically, i have something like
select week(mydate), count(mystuff) from table group by week(mydate);

however, I need week to start on Wed 9am and end next Wed.

What's the easiest way to accomplish that?

thanks,

andrey

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to