gpt4 book ai didi

mysql - 如何编写查询以选择值而不再次重复相同的值?

转载 作者:行者123 更新时间:2023-11-29 01:55:13 27 4
gpt4 key购买 nike

我需要从这个表中选择employee_id,如果00001是四次,我只需要得到一次。

如何为这种情况编写查询?

id  company_ID  Employee_ID Name        Relationship    Dob     Age Gender       
1 EMPL 00001 Choodamani Spouse 11-Aug-66 49 Female
2 EMPL 00001 Komala Mother 30-Oct-39 76 Female
3 EMPL 00001 Varshini Daughter 29-Apr-04 11 Female
4 EMPL 00001 Vasudevan Employee 15-Jul-62 53 Male
5 EMPL 00002 Siddharth Son 1-Jun-00 15 Male
6 EMPL 00002 Poongavanam Mother 21-Oct-39 76 Female
7 EMPL 00002 Aruna Spouse 16-Sep-68 47 Female
8 EMPL 00002 Abirami Daughter 7-May-97 18 Female
9 EMPL 00002 Murali Employee 7-Oct-67 48 Male

最佳答案

您可以使用distinct关键字:

SELECT DISTINCT Employee_ID FROM Employees

关于mysql - 如何编写查询以选择值而不再次重复相同的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30884245/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com