Answers for "set variable in function mysql"

SQL
11

how to create a variable in mysql

-- MySQL

SET @variable_name := value;
Posted by: Guest on July-22-2020
1

how to put value in variable mysql

SET variable = (SELECT SUM(tax) FROM taxable_transactions);
Posted by: Guest on October-25-2020

Code answers related to "set variable in function mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language