between 的用法,sql between 具体用法
网友回答
between the dogs 在狗的中间
用法:between sth./sb. “在某物/某人的中间”
网友回答
可以hi我详谈。
select case
when score between 0 and 59 then '不及格'
when score between 60 and 69 then '及格'
when score between 70 and 79 then '良好'
when score between 80 and 100 then '优秀'
end
from Student