Subject | Re: [ib-support] Help with SQL Please |
---|---|
Author | Nicorici Marcel |
Post date | 2003-02-07T10:47:15Z |
--- jackie <jackieg@...> wrote:
Note that SQL GROUP BY must contain all the fields in
select statement witch are not in statistical
functions(like sum, max, min ...)
Ciao
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
> I need some help with this SQLHi
>
> SELECT T.RECID, X.SHORTNAME, T.AMNT, T.TRNID,
> T.TRNTYPE, Sum(T.AMNT) as
> TotalAmnt
> from crtbp T
> left outer join trntype X ON (X.RECID = T.TRNTYPE)
> where T.AMNT <> 0
> GROUP BY T.TRNID
> ORDER BY T.TRNID ASC
>
> What I am trying to do is for each unique TRNID,
> find the sum of the float
> field AMNT but my SQL results in an "invalid column
> reference"
>
> Thanks for any help.
> jackie
>
>
>
Note that SQL GROUP BY must contain all the fields in
select statement witch are not in statistical
functions(like sum, max, min ...)
Ciao
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com