Limit the rows for a column of a table

后端 未结 0 642
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-15 15:39

I have a table like

MyTable (id, name, counter, createDate)

I can order the query like

Select * from MyTable order by counter;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题