Skip to content

Instantly share code, notes, and snippets.

@virtualmayur
Created December 9, 2013 10:02
Show Gist options
  • Save virtualmayur/7869953 to your computer and use it in GitHub Desktop.
Save virtualmayur/7869953 to your computer and use it in GitHub Desktop.
(select po.date, po.id, sum(inv.amount) as Amount, DATE_FORMAT( FROM_UNIXTIME(po.date) , '%e %b %Y' ) AS 'date_formatted'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment