hi,
   I am trying to put the output of certain queries into a file using

SELECT * INTO OUTFILE <FILENAME> FROM <TABLE NAME> WHERE <CONDITION>;

I am able to see the file and the records are there. But is there a way I can 
see one record per line??? If i do the above i see all the records continously 
when i save it as txt file.dont see it as one record in one line.

Thanks,
liz

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to