11.21 MySQL学习记录
摘要:
2017-11-21 17:51:04 select * from world.city; select countrycode from world.city; /*distinct关键字作用于所有列,不仅仅跟着的后面那列*/select distinct countrycode from wor 阅读全文
posted @ 2017-11-21 17:52 vincenthe1 阅读(198) 评论(0) 推荐(0)