I have some problem trying to implement a simple JDBC query into a Java application.
So I have the following query:
SELECT D.* FROM coda_tx c, do
Add a white space at the end of each line so that the keyword on the next line is not clumped with it, e.g.:
sb.append("SELECT D.* ");
instead of
sb.append("SELECT D.*");
and also remove the trailing semicolon.