Hai
This is my query to give contractx expiring in 15 days but I am getting lot of repetitions. How could I avoid them?
select A.DATAID, A.Filename, to_char(A.ValDate,'Month DD, YYYY') "EXPIRY DATE", REPLACE(A.ExpireIn,'?','') "EXPIRE IN # OF DAYS" , A.Location LOCATION
FROM
(select...