Re: Describe to text file
"Curious Joe" <joebob.johnson@gmail.com> schreef in bericht
news:8b49712d-bd21-4c70-aae4-a006732d9487@j20g2000hsi.googlegroups.com...
>I want to do a "Describe table xyz" but I want the result to push to a
> text file. Is there an easy way to do this?
>
> Thank you,
>
> CJ
mysql database -u user -p -e "DESCRIBE tablename" >textfile |