Merge pull request #91 from MartinZottmann/patch-1

Update m/mysql.sql
This commit is contained in:
Mike Donaghy
2014-06-20 02:08:46 -04:00

View File

@@ -1,2 +1 @@
SET @message = 'Hello World!';
SELECT @message;
SELECT 'Hello World!';