Hi Christo,

>  How can I take info from one table and print it into a txt file.
>  the table is (NAME)
>  and all the names in it I want to print out to a file name virtusertable.


Would SELECT ... INTO OUTFILE 'file_name' suit you? 
(MySQL manual: 6.4.1  SELECT Syntax)

Regards,
=dn




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to