in reply to Perl and MySQL woes
Can also be written as:SELECT sum(numlog) FROM table1 WHERE date >= 20071204 AND date < 20080 +112
--DarrenSELECT sum(numlog) FROM table1 WHERE date BETWEEN 20071204 AND 2008011 +2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl and MySQL woes
by KurtSchwind (Chaplain) on Jan 13, 2008 at 14:15 UTC | |
|
Re^2: Perl and MySQL woes
by cosmicperl (Chaplain) on Jan 13, 2008 at 03:48 UTC |