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

Program Option Modifiers

 

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

相关文章:

  • 2022-02-01
  • 2021-05-23
  • 2021-09-01
  • 2022-12-23
  • 2021-05-24
  • 2021-07-16
猜你喜欢
  • 2022-12-23
  • 2022-01-31
  • 2022-03-02
  • 2022-02-11
  • 2021-10-10
  • 2021-10-04
  • 2021-05-28
相关资源
相似解决方案