摘要: 解决的问题 数据库查询乱码 比如: mysql> select *from teacher; + + + + + + | teacherno | tname | major | prof | department | + + + + + + | 1 | 鏉庡崕 | 杞欢宸ョ▼ | 缃戠粶鎶€鏈? 阅读全文
posted @ 2022-04-30 10:35 kingwzun 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2022-04-30 10:10 kingwzun 阅读(74) 评论(0) 推荐(0) 编辑