From db7268aef52155b55ec10b947f77eeef8e33c6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=83=86=E3=82=A3=E3=83=B3?= Date: Mon, 19 Nov 2012 15:13:56 +0100 Subject: [PATCH] Update m/mysql.sql --- m/mysql.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m/mysql.sql b/m/mysql.sql index 1959170a..c67e4f07 100644 --- a/m/mysql.sql +++ b/m/mysql.sql @@ -1,2 +1 @@ -SET @message = 'Hello World!'; -SELECT @message; +SELECT 'Hello World!';