1、使用select语句,用order by对表进行排序【尽量用数字列进行排序】
select id,name,score from info order by score desc;
ASC升序排列(默认)
DESC降序排列(需要添加) (1)order by结合whe…
报错内容:
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion1, but package-lock.json was generated for lockfileVersion2. Ill try to do my best with it!
npm WARN tar ENOENT: no such file or directory, open /home/wvp-…