Tom Lane wrote: > Ruslan A Dautkhanov <[EMAIL PROTECTED]> writes: > > isbs=# SELECT count(i.*),sum(i.param1),sum(60-i.param1) FROM inlog i, > ^^^^^^^^^^ > > Make that just count(*). I think you're running into the poor handling > of whole-row references.
Yes, after changing COUNT(i.*) for COUNT(*) the problem dissappear. Thanks for advance, but I don't understand difference between this two examples... :-| -- best regards, Ruslan A Dautkhanov [EMAIL PROTECTED]
smime.p7s
Description: S/MIME Cryptographic Signature