Hi,
Will simple queries such as "SELECT * FROM blah_table WHERE tag='x';
work any
faster by putting them into a stored procedure?
IMHO no, why do you think so? You can use PREPARE instead, if you have
many
selects like this.
I tought that creating stored procedures in database means
Benjamin Arai <[EMAIL PROTECTED]> schrieb:
> Hi,
>
> Will simple queries such as "SELECT * FROM blah_table WHERE tag='x'; work any
> faster by putting them into a stored procedure?
IMHO no, why do you think so? You can use PREPARE instead, if you have many
selects like this.
HTH, Andreas
--
Hi,
Will simple queries
such as "SELECT * FROM blah_table WHERE tag='x'; work any faster by putting them
into a stored procedure?
Benjamin Arai
[EMAIL PROTECTED]
http://www.benjaminarai.com