phani
8 years agoAdvisor
How to apply sorting on multiple columns using LIQL V2 query?
Hi, I am trying to get recent messages from top Kudoed message list. Following is the query that I am using. SELECT * FROM messages ORDER BY kudos.sum(weight) desc, post_time DESC I remembe...