Hey, this is related to: Column alias not displaying when connecting to MySQL
select col_name AS col_alias from table;
Result stays col_name, also without the AS or with AS "col_alias"
I tested with native and phpmyadmin, both are working fine.
Developer Version: 4.1.3.20.78
java: 1.8.0_74
jdbc driver: mysql-connector-java-5.1.38-bin.jar
regards