How to represent and insert into an ordered list in SQL?

前端 未结 0 627
清酒与你
清酒与你 2021-02-12 18:32

I want to represent the list \"hi\", \"hello\", \"goodbye\", \"good day\", \"howdy\" (with that order), in a SQL table:

pk | i | val
------------
1  | 0 | hi
0           


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