2009/03/19 15:11
Widget
This page has been locked by password.
This page has been locked by password.
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관리 프로그램 만들기가 시작된다 +ㅆ+