Answers for "mysql variables location"

SQL
11

how to create a variable in mysql

-- MySQL

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

Code answers related to "SQL"

Browse Popular Code Answers by Language