sql - how to order datas by insert sequence DESC? -


I have a table: Testlet, this table has only one field: Value, I include the same data: < / P> Price ------------ CCC AA 111bbb ------------

I Let me run: >

  Select  

to show my result order:

  ccc aa 111bbb  

Now, I have to get this result DESC:

  bbb 111 aa ccc  

how to create this SQL Could?

<<>

Tired of you!

There is no automatic "creation order" identifier which can be used in order statement, You should use an auto_increment column for the number of then you can order by that column


Comments