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: *

  1. enniest

    Combine records and sum

    all query results saved to flat file.
  2. enniest

    Combine records and sum

    The task need to be done in perl. I got one perl script which loads a information from flat file into mysql different tables. The second script using query results to make for evey table different format output file. Yes, i know that it can be done by mysql using group by and sum needed fields...
  3. enniest

    Combine records and sum

    Hello, I'm middle of building a combination functions, the purpose of functions is to sums chargingid rows duration values. db query results: chargid, starttime, duration, 2223, 0610111111, 00005 2223, 0610111112, 00006 2232, 0610111113, 00001 needed output result 2223, 0610111111, 00011...

Part and Inventory Search

Back
Top