[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 ??
- Subject: Use of Aggregate Functions in SQR ??
- From: "Lempicki, Marge" <Marge.Lempicki@WL.COM>
- Date: Fri, 22 Oct 1999 15:10:56 -0400
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