Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Using Count in SQL against a join...
change to
> > Select max(UserInfo.UserName), count(Audit.*)
> > From UserInfo, Audit
> > Where Audit.UserID = 1575012 or Audit.UserID =
1575038 or Audit.UserID
> > = 1575512
> > And UserInfo.UserID = Audit.UserID
> > Group by UserInfo.UserID
> >
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Oct 04 2000 - 09:31:51 CDT
![]() |
![]() |