Replies: 3 comments 1 reply
-
|
怎么写sql按首列降序排序 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@qihangcom 记录总数有多少? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
记录总数有5万多条 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用order by查询执行时间很长,怎么优化呢
select * from tableName t order by t.ts desc LIMIT 20 OFFSET 0
Beta Was this translation helpful? Give feedback.
All reactions