Question : Using Oracle function MAX with date filelds

The Oracle database has a fileld ADJ_HIRE_DATE which has multiple dates for one employee.  I am trying to select the most recent date to today's date using the MAX function.    I am receiving an error when trying to use this function with dates.  Is this right function for dates in Oracle or is there another approach?

Answer : Using Oracle function MAX with date filelds

Are u miising group by clause?

Can u share sample script?

Random Solutions  
 
programming4us programming4us