12 lines
170 B
Text
12 lines
170 B
Text
|
--TEST--
|
||
|
TSQL if, if not after semi-colon
|
||
|
--INPUT--
|
||
|
; if not((select serverproperty('isintegratedsecurityonly'))
|
||
|
--EXPECTED--
|
||
|
; ;
|
||
|
T if not
|
||
|
( (
|
||
|
E select
|
||
|
f serverproperty
|
||
|
|