Syntax for variables

To use a variable in your SQL statement, you can use the following sample syntax: 

SET @varname := 'value';
SELECT * FROM tablename
WHERE col1 = @varname;
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.133.114.221