Subject | Re: [IBO] Re:TCDSProvider does not like TIBOQuery |
---|---|
Author | Helen Borrie |
Post date | 2010-08-14T08:24:20Z |
At 03:37 PM 14/08/2010, Hardy , wrote:
>Hi Aage,No FROM clause?
>
>My select sum(...) very simple, but yet generate error, the error message very
>strange where it is looking for the primary key
>that is not listed in the select clause
>
>for example I do the following simple select without group by.
>
>Select sum(amount) Tamt
>where region = 'West'
>TableHB.
>Sls_id = varchar(10) primary key
>Region = varchar(20)
>Amount = Numeric(13.2)