Quote:
|
Originally Posted by sushmitha
It is possible. I used Timestamp function to make it as a DateTime field and then did max(Datetime) field which is working like a charm
|
Markus had a completely different point: a DATE value is not a timestamp and a TIMESTAMP value is not a date. Instead, a TIMESTAMP value is a combination of a DATE value and a TIME value. And you cannot store a TIME value in a value of type DATE. There is no arguing about it.
If you used the TIMESTAMP function on a DATE, you have a TIMESTAMP value as result - not a DATE value.