in reply to Re: DBI quoting when I don't want it to
in thread DBI quoting when I don't want it to
(NOW(), INTERVAL 1 MONTH)I'd also look at the DATE_FORMAT which is a handy little tool:
DATE_FORMAT(DATE_SUB(NOW(), INTERVAL 1 MONTH), '%Y-%m-%d')
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: DBI quoting when I don't want it to
by Mur (Pilgrim) on Aug 21, 2002 at 18:46 UTC |