Null value should be accepted as parameter


|Set Parameter|myid|null|

|Query|Select (case when @myid is null then -1 else 0 end) as val|
|val|
|-1|
