gnanasekaran
Thursday, January 30, 2014
select last week values from table in MYSQL
select `order_id` from `order` where date between date_sub(now(),INTERVAL 1 WEEK) and now();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment