摘要:
1、使用distinct查询所有不重复的记录2、创建数据表相同结构的临时表,将第一步的数据复制进去 create temporary table if not exists student_temp as (select distinct(name), sex from student);3、tru... 阅读全文
posted @ 2014-06-11 09:10
一生学习,何来毕业
阅读(453)
评论(0)
推荐(0)