Skip to content

Instantly share code, notes, and snippets.

@inoyakaigor
Created August 26, 2017 15:43
Show Gist options
  • Save inoyakaigor/798f30173a1527dec39f2dfa9ed02581 to your computer and use it in GitHub Desktop.
Save inoyakaigor/798f30173a1527dec39f2dfa9ed02581 to your computer and use it in GitHub Desktop.
Pidors.findAll({
attributes: [[Sequelize.fn('COUNT', Sequelize.col('pidorid')), 'pidor_times'], 'pidorid'],
where: {chatid: 2000000002},
order: [['pidor_times', 'DESC']],
group: 'pidorid',
limit: 10
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment