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.
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.