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 Wanet Telecoms Ltd 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: *

  1. njaromack

    sort by date problem

    Well, thank you for all of your help and ideas, but my team lead has just decided that the entire query is wrong and he wants to rework it and then give it back to me to format, so... maybe some other time. Thanks!
  2. njaromack

    sort by date problem

    That is exactly the way I have done it. The problem is that 1:00 am is ordered right next to 1:00 pm. The sort is alphabetical, and I need it to distinguish between am and pm.
  3. njaromack

    sort by date problem

    I tried that before and the error message that I received said that MB.transmit_TSTMP was not a selected expression. Any clues how to proceed from here?
  4. njaromack

    sort by date problem

    I have a sql query that formats a timestamp to the specs required, but now it does not sort properly and, not being a sql guru, I seem to be stuck. Here is a snippet of my query: to_char((NEW_TIME(to_date('01-JAN-1970','DD-MM-YYYY')+ MB.transmit_TSTMP/86400, 'GMT', 'CST')), 'HH:MI:SS am mm/dd')...

Part and Inventory Search

Back
Top