Skip to content

Instantly share code, notes, and snippets.

@zismailov
Created April 19, 2016 11:20
Show Gist options
  • Save zismailov/d29ff66a43da837fba4d6b6239e4b0a0 to your computer and use it in GitHub Desktop.
Save zismailov/d29ff66a43da837fba4d6b6239e4b0a0 to your computer and use it in GitHub Desktop.
Вытащить всех пользователей по месяцу рождения, т.е. всех за январь, февраль и тд
User.where('extract(month from dateborn) = ?', 2)
dateborn поле в таблице
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment