Database/MySQL
테이블을 텍스트 파일로 저장하는 명령어
lepoussin
2007. 2. 6. 20:06
select * into outfile '[파일명]' (fields terminated by '[구분문자]') from [테이블명];