2009/03/19 15:11

Widget

This page has been locked by password.

http://internet512.chonbuk.ac.kr/datastructure/hash/hash1.htm
크리에이티브 커먼즈 라이선스
Creative Commons License

테이블 리스트, Column 리스트

Posted 2009/02/02 12:29

Table List 얻어오기

select * from information_schema.tables
where table_type='BASE TABLE'



Table Column List 얻어오기

select table_schema, table_name, column_name, data_type
,character_maximum_length
from information_schema.columns


출처 http://cafe.naver.com/sqlist.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=388
DB관리 프로그램 만들기가 시작된다 +ㅆ+

크리에이티브 커먼즈 라이선스
Creative Commons License
« PREV : 1 : 2 : 3 : 4 : 5 : ... 9 : NEXT »