题目是Show the lastName, party and votes for the constituency 'S14000024' in 2017.
答案是:SELECT lastName, party, votes FROM ge WHERE constituency = 'S14000024' AND yr = 2017 ORDER BY votes DESC
为什么不加order by会显示成这样
13
社区成员
40
社区内容
加载中
试试用AI创作助手写篇文章吧