Program Option Modifiers

  Some option are 'boolean' and control behavior that can be turned on or off.

--column-names option determines whether or not to display a row of column names at the beginning of query results.

by default,this option is enabled.

to disable column names:

  --column-names=0;

or -disable-column-names   or  --skip-column-names

to enable: choose 1 of belows:

--column-names --enable-column-names --column-names=1

The values ONTRUEOFF, and FALSE are also recognized for boolean options (not case-sensitive).

宛如智障,暗藏锋芒
原文地址:https://www.cnblogs.com/zienzir/p/9046659.html