데이터베이스/마이 SQL(MySQL)
MySQL 테이블 정보 검색
후바스탱크
2015. 11. 20. 10:00
- 테이블 정보검색.
show tables;
- 컬럼명 검색
show full columns from 테이블명;