Viewing post 1 (of 1 total)
Luis --
Since you want to Group by Conta, you need that logic in your GROUP BY clause. I would rewrite your query as:
SELECT
case
...
October 22, 2008 at 6:14 am
#888058