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