SELECT lang, MAX(version), filepath FROM tcverctl t1 WHERE version= (SELECT MAX(version) FROM tcverctl t2 WHERE t1.app='TRD' AND t1.app=t2.app AND t2.effdate<=CURRENT DATE AND t1.lang=t2.lang) GROUP BY lang, filePath
What is the problem, and what can we try next?
If you're not using sort sequences, than you would have to change the query (ie, UPPER(t1.app)='TRD') or sort sequences to have the query select rows with either 'TRD' or 'trd'.
==================================
MORE INFORMATION ON THIS TOPIC
==================================
Visit the ITKnowledge Exchange and get answers to your DB2 questions fast.
Check out this Search400.com Featured Topic: Expert advice on DB2
Search400.com's targeted search engine: Get relevant information on DB2/400.
The Best Web Links: Tips, tutorials and more.
This was first published in April 2005