View Single Post
  #2  
Old 04-20-2004, 09:11 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

mysql -u root

use eq;
tee items.txt
select id,name from items;
quit

that will write the id and name field for each item to items.txt

Is that what you are after ?
Reply With Quote