Database/MySQL2006. 7. 18. 07:24
select * from member where trim(jumin)!='' and trim(name)!='' and trim(id)!='' and trim(pw)!='' order by id into outfile '/root/metarica_member_list.txt' FIELDS TERMINATED BY 't' LINES TERMINATED BY 'n' ;


Posted by BAGE