[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Use of Aggregate Functions in SQR ??



Can SQL aggregate functions be used in SQR ? I would like to be able to get
the same functionality as the following SQL Statement.

Select  emplid,  max(end_balance)
  From ps_pa_accums
   Where  functn_result_nm = 'aaaaaa_b'
    Group by emplid

Thanks,

Marge