Hi,

> i am a novice, so bear with this rather trivial question.
> how do i turn off the column-headers for select statements in mysql??
> 
> couldn't find any help with the online manual.

If you are talking about when using the MySQL command line client, then it's
simple. You just need to start the client with a certain parameter.

The '--skip-column-headers' argument (or something like it - I forget the
exact name) should do what you want. Type 'mysql --help' for more exact
information.

Regards,

------------------------------------------------
Basil Hussain ([EMAIL PROTECTED])


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to