sql语句之distinct

xiaoxiao2021-02-28  111

distinct关键字用于返回唯一不同的值。

例如:"orders表                                                       如果执行sql语句:select company from orders

                                                                                    如果执行sql语句:select distinct company from orders

   

companyorderNumberbaidu12ALi34baidu56Tencent78

转载请注明原文地址: https://www.6miu.com/read-30879.html

最新回复(0)