From: | giuseppe(dot)derossi(at)email(dot)it |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | how to call sql code without function |
Date: | 2007-08-20 08:57:47 |
Message-ID: | 982e37715bf2f368a09ab98ac244a032@83.225.20.212 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi all,
I use Postgresql 8.2 in win env. I wrote a set of complex queries which
return three temporary tables of results. I want to use then in php, but the
unique way I know consists on sending one query a time via php, the logic I
need has now been cablated into the sql code.
I could use the functions but it seems a bit long becouse I set some
temporary tables and I shoud use dynamic queries and I've more then a
recordset.
Is there a way to store this piece of sql code into the database and to
recall it with the right input by php and to read only the two tables of
results via PHP?
thanks in advantage
giu
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
In REGALO un GIOCO! Scegli GPBikes 3D,Bubble Boom, Rock City Empire
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6732&d=20070820
From | Date | Subject | |
---|---|---|---|
Next Message | luis perruca | 2007-08-20 10:24:03 | SOS. Database Lost |
Previous Message | Dimitri Fontaine | 2007-08-20 07:59:23 | Re: Yet Another Socket .s.PGSQL.5432 Problem |