select help needed
Posted: Tue Feb 10, 2004 11:39 am
i have this code :
an what i am missing i want to add to the select question todays day of the month!
how do i do that?
htnaks in advance
peleg
Code: Select all
select * from order_color where month(from_unixtime(order_date)) = '2' and year(from_unixtime(order_date))='2004'how do i do that?
htnaks in advance
peleg