Added mysql's greeting to the world
This commit is contained in:
2
m/mysql.sql
Normal file
2
m/mysql.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
SET @message = 'Hello World!';
|
||||
SELECT @message;
|
||||
Reference in New Issue
Block a user