Berikan -t atau --table opsi untuk memaksa keluaran tabel.
mysql --table -u dbclient -pxxxx GEKONYLOGDB -e "select now(),max(time_stamp) from metrics"
Dari mysql --help :
-t, --table Output in table format.
Berikan -t atau --table opsi untuk memaksa keluaran tabel.
mysql --table -u dbclient -pxxxx GEKONYLOGDB -e "select now(),max(time_stamp) from metrics"
Dari mysql --help :
-t, --table Output in table format.