Open aktenkundig opened 6 years ago
This is what happens:
declare @var float = ( select * ) if ( ( select 1 ) like 1 ) print 1
But I think it is weird that ) is not on the same level the ( was. This is what I would prefer:
+1
This is what happens:
But I think it is weird that ) is not on the same level the ( was. This is what I would prefer: