Selecting a DISTINCT date from a Timestamp column
SowmyRajJan 31 2009 — edited May 15 2009Is there any Oracle function using which I can select a DISTINCE date from a Timestamp column? I have a column in one of my table that is a Timestamp and I want to select DISTINCT dates from it, but it is returning me also the results with the same date just because of the different associated time on the same date. Please help!