Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cfmx
  • Content: Threads
  • Order by date
  1. cfmx

    group the query result

    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...
  2. cfmx

    String can not have break line?

    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...

Part and Inventory Search

Back
Top