Added mysql's greeting to the world

This commit is contained in:
Kai Krakow
2008-08-07 14:03:43 +02:00
parent 4a4ee90d92
commit 2a40c99354

2
m/mysql.sql Normal file
View File

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