I need to work with group by

Hello,

there are some method to make a seleccion like:
SELECT A,MAX(MY_DATE) GROUP BY A

??

thanks

Alfredo G. wrote:

there are some method to make a seleccion like:
SELECT A,MAX(MY_DATE) GROUP BY A

Read the manual:

  • Roderick