sql的相关问题 ,初学者 ,求解。

select sno,score*0.75
from student_course
where cno='C1' and score>80 and score<90

score>80 这里出现了 ‘在应使用条件的上下文中指定了非布尔类型表达式’

你这个表达实在没看懂

看你的score是什么类型 应该是这个类型不对