Describes variable
grt
and assigns it
Hello
SET @grt = 'Hello';
SELECT @grt AS greeting
by Valeri Tandilashvili
4 years ago
MySQL
User defined variables
Full MySQL Course for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences