select sno,score*0.75from student_coursewhere cno='C1' and score>80 and score<90
score>80 这里出现了 ‘在应使用条件的上下文中指定了非布尔类型表达式’
你这个表达实在没看懂
看你的score是什么类型 应该是这个类型不对