📜  如何在领域查询语言 KMM 中进行排序 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:35.708000             🧑  作者: Mango

代码示例1
// you can use this query to sort your results in descending by "birthDate" attribute
query("birthDate LIKE '*' SORT(birthDate DESC)")