Re: Function problem

From: "scotty(at)linuxtime(dot)it" <scotty(at)linuxtime(dot)it>
To: brian(at)zijn-digital(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Function problem
Date: 2008-02-22 22:30:06
Message-ID: 1203719406137.scotty@linuxtime.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I solved my problem :)

the problem is in the query that calls my function:

select * from calcolo_inventario('26','2008-02-22','05')
where giacenza > 0

because the resulset has a negative row that doesn't appear on screen

Thank you very much to all of you
Enrico

Browse pgsql-general by date

  From Date Subject
Next Message Kynn Jones 2008-02-22 23:40:28 Queries w/ "computed" table names? (eval in Pg?)
Previous Message Joshua D. Drake 2008-02-22 21:57:55 Re: PostgreSQL's hashing function?