본문 바로가기
MySQL

[MySQL] 데이터 중복제거 distinct

by dong_su 2023. 11. 29.

distinct = 데이터를 중복제거해서 유니크한 값만 가져오는 키워드(함수 x) 

 

-> select * from books 했을 때

 

-> select distinct author_lname from books 했을 때