Subject | RE: [firebird-support] "HAVING" Bug |
---|---|
Author | Leyne, Sean |
Post date | 2008-10-28T15:49:26Z |
Alexandre,
You're right, my SQL was wrong.
You're wrong, the correct SQL should have been:
having ABS(sum(glt_total)) > 0.0001
Sean
> Shoudn't it be:You're right and wrong ;-}
>
> Replace the HAVING clause with "having ABS(sum(glt_total)) < 0.0001"
>
> or something like this ?
You're right, my SQL was wrong.
You're wrong, the correct SQL should have been:
having ABS(sum(glt_total)) > 0.0001
Sean