Forum Discussion

discipline_lr's avatar
discipline_lr
Contributor
7 years ago

Problem with order messages by metrics.views

Hi! Recently I found that sorting in my component doesn't work properly. I'm trying to get sorted messages using this query: SELECT id, metrics FROM messages ORDER BY metrics.views DESC LIMIT 3  ...