View Single Post
Old 11-09-2005, 12:46 PM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Look into "select into outfile"

Code:
SELECT * INTO OUTFILE '/tmp/dump.txt' FROM img
http://elib.cs.berkeley.edu/admin/mysql/syntax.html
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote