I'm trying to extract a single date value, which is the lowest in a set. It is in relation to a person who has number of future meetings e.g. 14 Sept 2004, 15 Nov 2004, 5 March 2005. However, I'm only trying to return the next meeting date, this being 14 Sept 2004. So far I have meeting_date > currentdate to prevent it picking up old dates. I have tried to use minimum(meeting_date), but that just returns 3 records of 14 Sept.
Can anyone suggest how I can get around this problem.
Regards, CS
Can anyone suggest how I can get around this problem.
Regards, CS