Home > database >  For the results
For the results

Time:09-18

Sorting
According to the mathematical ascending, when phase at the same time, according to the Chinese ascending in math

CodePudding user response:

 select * from record table order by mathematical ASC, Chinese ASC 

CodePudding user response:

Select * from the order by mathematical ASC, Chinese ASC

CodePudding user response:

Select * from TB order ASC by mathematics, Chinese ASC
  • Related