can't figure this out.. How can I archive my written text from sql?
I have in my database text which I need to archive by month and/or year.. Just like all blog systems do.
Well, I guess that this explais it all?
Thanks for all help..
Posted 29 August 2007 - 03:47 AM
Posted 29 August 2007 - 06:26 AM
SELECT * FROM `table` WHERE DATE_FORMAT(timestamp, '%m') = 6
Posted 29 August 2007 - 11:43 AM
0 members, 1 guests, 0 anonymous users