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

    Tricky SQL statement

    Dear Tony Groves, Thanks a lot. It worked. you are genius. May you be successful in your life and get all the happiness. Regards Ali
  2. Alihaq786

    Tricky SQL statement

    Dear All, please help I have written this query SELECT code, IF(location = 'PICKING', quant, '') AS "Picking" , IF(location = 'LONDON', quant, '') AS "London", IF(location = 'MANC', quant, '') AS "Manchester", IF(location = 'BIRM', quant, '') AS "Birmingham", IF(location = 'BRISTOL', quant...

Part and Inventory Search

Back
Top