Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Column alias not displaying when connecting to MySQL

3199444Mar 16 2016 — edited Mar 16 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2016
Added on Mar 16 2016
1 comment
1,025 views