Re: Multiple SQL Query for the same event

2003-06-02 Thread Navid Sheik
Thank you but as I said, I need to use mySQL.

Navid

On 2003.06.01 21:38, Ruslan A Dautkhanov wrote:
Hello !

PostgreSQL natively support multiple qeuries/command per one request.
Commands
should be delimited by ';' char. If you have multiple SELECTs, then
you got
results only from last query one.
--
 best regards,
Ruslan A Dautkhanov  [EMAIL PROTECTED]
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Multiple SQL Query for the same event

2003-06-02 Thread Ruslan A Dautkhanov
Hello !

PostgreSQL natively support multiple qeuries/command per one request. Commands
should be delimited by ';' char. If you have multiple SELECTs, then you got
results only from last query one.

--
 best regards,
Ruslan A Dautkhanov  [EMAIL PROTECTED]


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html