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.

Reply via email to