2015년 1월 22일 목요일

MySQL TABLE 정보 가져오기 | Get TABLE information in MySQL

Column Name

SELECT column_name FROM information_schema.columns WHERE table_name='abc'

All Information

SELECT * FROM information_schema.columns WHERE table_name='abc'

댓글 없음:

댓글 쓰기