반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

MySQL.distinct.중복 제거 본문

[IT]/MySQL

MySQL.distinct.중복 제거

givemebro 2020. 8. 12. 22:28
반응형

가져온 결과에서 중복을 제거한다.

select distinct 컬럼명 from 테이블 명

반응형

'[IT] > MySQL' 카테고리의 다른 글

MySQL.in  (0) 2020.08.12
MySQL.between  (0) 2020.08.12
MySQL.논리 연산자  (0) 2020.08.12
MySQL.where.조건 연산자  (0) 2020.08.12
MySQL.연산자  (0) 2020.08.12
MySQL.select  (0) 2020.08.12
MySQL.desc.테이블 정보 조회  (0) 2020.08.10
MySQL.show.테이블 조회  (0) 2020.08.10
Comments