SQL SELECT DISTINCT 关键字
SELECT DISTINCT
The SELECT DISTINCT
命令只返回结果集中的不同 (不同) 值。
以下 SQL 语句只从 "Customers" 表的 "Country" 列中选择不同的值
The SELECT DISTINCT
命令只返回结果集中的不同 (不同) 值。
以下 SQL 语句只从 "Customers" 表的 "Country" 列中选择不同的值
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]