Anglais [d??st??kt] US [d??st??kt]

adj.évident, clair, inhabituel?; exact?;

instruction MySQL DISTINCT syntaxe

Fonction?:? est utilisé pour renvoyer des valeurs différentes uniques.

Syntaxe?: SELECT nom de colonne DISTINCT FROM nom de table

instruction MySQL DISTINCT exemple

//從表中選取唯一不同的值
SELECT DISTINCT 列名稱 FROM 表名;