8 lines
83 B
Text
8 lines
83 B
Text
--TEST--
|
|
Variables
|
|
--INPUT--
|
|
SELECT @VERSION;
|
|
--EXPECTED--
|
|
E SELECT
|
|
v @VERSION
|
|
; ;
|