Chuyển -t hoặc --table tùy chọn để buộc đầu ra bảng.
mysql --table -u dbclient -pxxxx GEKONYLOGDB -e "select now(),max(time_stamp) from metrics"
Từ mysql --help :
-t, --table Output in table format.
Chuyển -t hoặc --table tùy chọn để buộc đầu ra bảng.
mysql --table -u dbclient -pxxxx GEKONYLOGDB -e "select now(),max(time_stamp) from metrics"
Từ mysql --help :
-t, --table Output in table format.