📜  如何在sql代码示例中删除重复项

📅  最后修改于: 2022-03-11 15:05:35.106000             🧑  作者: Mango

代码示例4
Distinct: helps to remove all the duplicate
records when retrieving the records from a table.

SELECT DISTINCT FIRST_NAME FROM VISITORS;