Re: select ... into outfile=stdout ?

2008-10-20 Thread Moon's Father
Maybe you can use mysql -e instead. On Mon, Oct 20, 2008 at 12:51 AM, walter harms <[EMAIL PROTECTED]> wrote: > hi ronaldo i tried and failed. > it seems that mysql has no option to specify a select statement. > did i mis something ? > > re, > wh > > > walter harms schrieb: > > hi ronaldo, > > i

Re: select ... into outfile=stdout ?

2008-10-19 Thread walter harms
hi ronaldo i tried and failed. it seems that mysql has no option to specify a select statement. did i mis something ? re, wh walter harms schrieb: > hi ronaldo, > iadmit i was mysql (the command) fixated :) > > thx a lot, > wh > > Rolando Edwards schrieb: >> Try mysqldump !!! >> >> On this w

Re: select ... into outfile=stdout ?

2008-10-19 Thread walter harms
hi ronaldo, iadmit i was mysql (the command) fixated :) thx a lot, wh Rolando Edwards schrieb: > Try mysqldump !!! > > On this web page, http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html > > It says the following: > > --fields-terminated-by=..., --fields-enclosed-by=..., > --fields-optio

RE: select ... into outfile=stdout ?

2008-10-16 Thread Rolando Edwards
Try mysqldump !!! On this web page, http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html It says the following: --fields-terminated-by=..., --fields-enclosed-by=..., --fields-optionally-enclosed-by=..., --fields-escaped-by=... These options are used with the -T option and have the same meani