摘要:
解决的问题 数据库查询乱码 比如: mysql> select *from teacher; + + + + + + | teacherno | tname | major | prof | department | + + + + + + | 1 | 鏉庡崕 | 杞欢宸ョ▼ | 缃戠粶鎶€鏈? 阅读全文
摘要:
as语句 mysql> select TT.studentno 学号 ,TT.courseno 课程号 , -> TT.final*0.8+TT.daily*0.2 总评 -> from (select * from score where final>90) as TT -> where TT.f 阅读全文