Hi all,
I have this sql string
select tt.ENTRYID,
tt.PROJECT,
tt.DEVELOPER,
tt.TASK,
tt.DESCRIPTION,
to_char(tt.WORKDATE, 'MM/DD/YYYY') as WORKDATE,
tt.DURATION,
tt.MILEAGE,
p.PROJECTNAME,
u.USERNAME
from TIMETRACKER tt...
I'm very familiar with Coldfusion language and now trying to learn Java. Java gives me so much headache...
I have a question about sql string. Is there way to read this kind of query from the java? Of course java throws the error here but I'm hoping that there's way to parse this sql string...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.