[求助]请好心人帮忙
这是个视频教程上的题目!要求我做出来才能往下看的!我是这样写的
SELECT top 5 c_name,c_stu from class where c_stu>30 and c_type=true and c_name like'%"二班"%' order by c_stu ASC,c_type DESC
但是虽然没有语法错误但是还是通不过!哪位高人帮帮我啊!到底是哪里不对头阿!!
2007-04-10 10:42

2007-04-10 10:52
2007-04-10 10:55
2007-04-10 11:39
2007-04-10 18:55
正确答案应该是什么,楼主把正确答案贴出来看一下

2007-04-10 20:06
2007-04-10 20:58
正确答案应该是什么,楼主把正确答案贴出来看一下
SELECT top 5 c_name,c_stu from class where c_stu>30 and c_type=true and c_name like '%二班%' order by c_stu ASC,c_type DESC
个人认为的正确答案。
2007-04-10 21:52
2007-04-10 22:15