Wednesday 27 June 2012

skip column names from mysql select query result

Using the "--skip-column-names" option will remove the column header from the mysql select query results.


Usage: mysql --skip-column-names -u username ....

No comments:

Post a Comment