Re: Export query to text file ***[SPAM]*** **SPAM HTMLM**

2004-05-06 Thread Victoria Reznichenko
Yingyos <[EMAIL PROTECTED]> wrote: > > I type this command line. > > mysql -uuser -N -e"select date_format('2004-02-29','%X')" > sample2.txt > > When i open in text editor,it show that '2004' only. > > But i want format display on text file. > > mysql> select date_format('2004-02-29','%X'); >

Re: Re: Export query to text file ***[SPAM]*** **SPAM HTMLM**

2004-05-05 Thread Yingyos
Hi Victor Pendleton , I type this command line. mysql -uuser -N -e"select date_format('2004-02-29','%X')" > sample2.txt When i open in text editor,it show that '2004' only. But i want format display on text file. mysql> select date_format('2004-02-29','%X'); ++