fn main()

▼
Showing posts with label mysql. Show all posts
Showing posts with label mysql. Show all posts
Saturday, September 3, 2016

MYSQL- query for last one month count,last 60days,Feb month report generation

›
select SUM(CASE WHEN (DATE_FORMAT(order_date,'%m-%d-%y') > DATE_FORMAT(CURRENT_DATE - INTERVAL 30 DAY,'%m-%d-%y')...
›
Home
View web version
Powered by Blogger.