View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 11:29 AM
J.O. Aho
 
Posts: n/a
Default Re: getting a list of all databases in a comma delineated format?

yawnmoth wrote:

> +--------------------+
> | Database |
> +--------------------+
> | information_schema |
> | test |
> | whatever else |
> +--------------------+
>
> That's not all that helpful. Is there any way to get the list to
> output in the required format?
>

You could use awk to transform the outdata to what you want it to be. There
are quite many resources how to use awk.



--

//Aho
Reply With Quote