Passez le -t ou --table option pour forcer la sortie du tableau.
mysql --table -u dbclient -pxxxx GEKONYLOGDB -e "select now(),max(time_stamp) from metrics"
Depuis mysql --help :
-t, --table Output in table format.
Passez le -t ou --table option pour forcer la sortie du tableau.
mysql --table -u dbclient -pxxxx GEKONYLOGDB -e "select now(),max(time_stamp) from metrics"
Depuis mysql --help :
-t, --table Output in table format.