Re: Print file

2002-02-12 Thread Gerald R. Jensen
meyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 3:52 AM Subject: Fw: Print file Hi all 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

Re: Print file

2002-02-12 Thread DL Neil
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 ---

Fw: Print file

2002-02-12 Thread Egor Egorov
Christo, Thursday, February 07, 2002, 11:52:06 AM, you wrote: CR> Hi all CR> How can I take info from one table and print it into a txt file. CR> the table is (NAME) CR> and all the names in it I want to print out to a file name virtusertable. See info about mysqldump: http://www.mysql.com/

Fw: Print file

2002-02-11 Thread Christo Rademeyer
Hi all 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. Thanx Christo sql,query - Before posting, please c

Fw: Print file

2002-02-07 Thread Egor Egorov
Christo, Thursday, February 07, 2002, 11:52:06 AM, you wrote: CR> Hi all CR> How can I take info from one table and print it into a txt file. CR> the table is (NAME) CR> and all the names in it I want to print out to a file name virtusertable. See info about mysqldump: http://www.mysql.com/

Re: Print file

2002-02-07 Thread Gerald R. Jensen
meyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 3:52 AM Subject: Fw: Print file Hi all 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

Re: Print file

2002-02-07 Thread DL Neil
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 ---

Fw: Print file

2002-02-07 Thread Christo Rademeyer
Hi all 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. Thanx Christo sql,query - Before posting, please c