메뉴 건너뛰기

조회 수 129 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
lect * from information_schema.columns where table_name = '테이블명';

해당 테이블의 column의 모든 정보들을 볼 수 있는 검색조건이다.

select * from information_schema.columns where table_name = '테이블명' and column_name = 'column명';

이렇게 검색한뒤 column_comment의 column에 해당 column의 설명을 볼 수 있을 것이다.

눈치 챘겠지만, information_schema 데이터베이스에는 이외에도 여러가지 생성된 테이블이나 column들의 정보가 담겨 있다.


  1. LIMIT 속도 저하

    Date2021.03.26 Views246
    Read More
  2. fulltext 관련 글

    Date2021.03.26 Views125
    Read More
  3. order by field 와 union, 원하는 대로 정렬 하기

    Date2021.03.26 Views768
    Read More
  4. 테이블, 컬럼 charset 변경

    Date2021.03.26 Views186
    Read More
  5. no exists, not in 을 이용한 조건에 만족하지 않는 것들 구하기, 둘의 차이점

    Date2021.03.26 Views125
    Read More
  6. group by로 뽑아온 값중에 가장큰 값(max)의 상태값을 가져오기

    Date2021.03.26 Views594
    Read More
  7. group by, distinct, count 를 이용한 겹치지 않는것의 개수

    Date2021.03.26 Views262
    Read More
  8. mysqlbinlog (mysql 백업, 로그남기기)

    Date2021.03.26 Views201
    Read More
  9. mysql 포트 바꾸기, 외부에서 접속하기

    Date2021.03.26 Views5078
    Read More
  10. 테이블, 레코드 복사

    Date2021.03.26 Views162
    Read More
  11. BEGIN, COMMIT, ROLLBACK

    Date2021.03.26 Views315
    Read More
  12. column의 정보 중에서 column 설명(column_comment)

    Date2021.03.26 Views129
    Read More
  13. [mysql,mariaDB] 컬럼 암호화, 복호화

    Date2020.11.25 Views773
    Read More
  14. MySQL 암호화 방법

    Date2020.11.25 Views360
    Read More
  15. 일반적인 오류를 해결하는 유용한 정보들

    Date2020.11.23 Views3858
    Read More
  16. 서로 다른 결과를 한줄로 합쳐서 보여줘야 할 때(GROUP_CONCAT)

    Date2020.07.28 Views743
    Read More
  17. 엑셀로 되어있는 부분 db로 import하는 방법

    Date2020.07.28 Views144
    Read More
  18. 하나의 쿼리로 여러 테이블의 데이터 삭제

    Date2020.07.28 Views888
    Read More
  19. UPDATE ~ CASE 문을 사용한 조건별 업데이트

    Date2020.07.28 Views1396
    Read More
  20. 이벤트 스케줄러 등록하기

    Date2020.06.29 Views303
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved