Thread
:
mySQL tip needed
View Single Post
#
2
04-20-2004, 09:11 AM
Derision
Developer
Join Date: Feb 2004
Location: UK
Posts: 1,540
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 ?
Derision
View Public Profile
Send a private message to Derision
Find all posts by Derision