MySQL
[MySQL] 데이터 중복제거 distinct
dong_su
2023. 11. 29. 15:01
distinct = 데이터를 중복제거해서 유니크한 값만 가져오는 키워드(함수 x)
-> select * from books 했을 때
-> select distinct author_lname from books 했을 때