Skip to content

Instantly share code, notes, and snippets.

@kmdsbng
Created February 20, 2012 07:51
Show Gist options
  • Select an option

  • Save kmdsbng/1868312 to your computer and use it in GitHub Desktop.

Select an option

Save kmdsbng/1868312 to your computer and use it in GitHub Desktop.
月始を取得するSQL(mysql)
select curdate() - interval day(curdate()) - 1 day
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment