Use --table
ou -t
com o cliente mysql
:
mysql -t -D hive -u root -p"$Pass" \
-e "SELECT DISTINCT TAB.DB_NAME, TAB.TABLE_NAME
FROM TABLE_PARAMS
INNER JOIN TAB ON TABLE_PARAMS.TBL_ID = TAB.TBL_ID
WHERE PARAM_KEY = 'numRows'" |
mail -s etc. etc.
(A propósito, esse SQL não é um pouco complicado? De onde vem o TAB
?)
Do manual:
--table
,-t
Display output in table format. This is the default for interactive use, but can be used to produce table output in batch mode.