Like --disable-column-names
option, do we have an option to get the sql query without the table format?
example:
mysql -u username -ppassword --disable-column-names --execute "select name from test"
results below:
-----
| A |
| B |
| C |
| D |
-----
IS it possible to get the query result using some sql program option modifiers as below, [ without the table format ]
A
B
C
D
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…