Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT Column1
From Table
WHERE Column2 = 0
And (
(@SomeVar = 3 And Column3 = 0)
Or IsNull(@SomeVar, 0) <> 3
)