Subject | RE: [firebird-support] Rroblem with 'group by' |
---|---|
Author | Alan McDonald |
Post date | 2004-07-16T08:41:19Z |
> Hello,I doubt you'd want to group by the price anyway - there'd be very little
>
> we're switching from Paradox to Firebird. Unfortunately we must use
> dialect 1.
>
> Now we have this problem:
>
> --->
>
> SELECT SOMETHING, colA*colB as PRICE
> FROM PRICES
> GROUP BY SOMETHING, colA*colB as PRICE
>
> <---
>
> does not work. I've tried several variations, but didn't find a
> solution.
>
> Is there any way to solve this problem?
>
> kind regards
> Uwe Keim
>
grouping
just GROUP BY SOMETHING will be effective
Alan