1. distinct用法,原表:
2. SQL语句:
SELECT DISTINCT class FROM test_table;
3. 结果:
SQL distinct用法
原文:https://www.cnblogs.com/zrmw/p/12513390.html