DB Story

[ Mysql ] 특정 필드명 보기

WhiteDuck 2016. 5. 4. 14:02


특정 이름으로 시작하는 필드 검색



mysql > show columns from [table_name] like 'column_name%';

반응형