Thanks for the quick response.
These are both very good questions, and I hope I can answer them.
First, I have been told by the DB2 analysts I have working on this say that this is not the case. They say the date function returns a set of values and then DB2 picks the max one, but if there...
I am trying to find information on how DB2 (and Informix, since we are switching from Informix to DB2) breaks ties and returns data using the following type of select statement:
select max(date(claim_status_hist.claim_status_dt))
from claim_status_hist
where claim_status_cd = 1;
The specific...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.