Hi All,
I have 5 primary keys. And one of the primary key is date. I have write a sql in such way that I have to extract the date which is max( i mean recent dates).And extract the data for remaining keys.
I am writing the sql qury in this way:
SELECT A1,A2,A3,MAX(DATE),A4 FROM T1...
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.