Loading

随笔分类 -  MySQL

摘要:MySQL查询 - as & distinct -- 使用 as 给字段起别名 -- select 字段 as 字段别名 from 表名; select name as 姓名, age as 年龄 from students; -- 使用 as 给表起别名 -- select 表别名.字段 from 阅读全文
posted @ 2020-08-19 15:20 x0c 阅读(939) 评论(0) 推荐(0)