...
SELECT column AS aliasName from table
With JDBC drivers version 4.0 and later you will most likely not get the aliasName.
...
...
SELECT column AS aliasName from table
With JDBC drivers version 4.0 and later you will most likely not get the aliasName.
...