Mysql
 sql >> Database >  >> RDS >> Mysql

MySQL differisce in Output da script

Passa il -t o --table opzione per forzare l'output della tabella.

mysql --table -u dbclient -pxxxx GEKONYLOGDB -e "select now(),max(time_stamp) from metrics"

Da mysql --help :

  -t, --table         Output in table format.