![]() |
GFY MySQL gurus!
What query should I run if I want to do this:
Export the contents of ColumnA of table Database1.Table1 into locally stored txt file /usr/home/blah/text.txt, one new entry per line? Many thanks in advance! |
Look into "select into outfile"
Code:
SELECT * INTO OUTFILE '/tmp/dump.txt' FROM img |
Thanks :-)
|
All times are GMT -7. The time now is 10:28 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123