hi,

keep on going through the documentation, the answer is there :)

or here:

http://dev.mysql.com/tech-resources/articles/4.1/prepared-statements.html

lars

On 2/14/07, balaraju mandala <[EMAIL PROTECTED]> wrote:
 Hello everybody,

While i am going through the MySQL documentation i found these lines

SET @a=1;
PREPARE STMT FROM 'SELECT * FROM tbl LIMIT ?';
EXECUTE STMT USING @a;

can anybody please explain me what is these part mean and also PREPARE STMT.



--
Lars Schwarz
Gottorpstrasse 20
26122 Oldenburg
T 0441 2171 354 0
F 0441 2171 354 0
M 0179 512 4628

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to