Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在一个查询中创建两个 orderBy 语句。假设我想在第 1 列之后和第 2 列之后排序我的数据。最好的方法是什么?
真诚的 杰斯珀
你就说ORDER BY Column1, Column2。如果您使用其中一种方法的orderBy参数query,则在构建查询时删除ORDER BY为您插入的前缀。
ORDER BY Column1, Column2
query
ORDER BY