=?us-ascii?Q?Dusan=20PESL?= <D(dot)PESL(at)seznam(dot)cz> writes:
> in SQLite this query is posible:
> SELECT acount/1000, SUM(values) FROM acounts
> GROUP BY acount/1000
> this very simple and elegant way to get groups of common acounts,
> Unfortunately Postgres doesn't alow "GROUP BY acount/1000" -
Really? It works for me ...
regards, tom lane