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.
DECLARE @var int
IF NOT EXISTS (SELECT * FROM Table WHERE ssn = @p_ssn)
BEGIN
SET @var = 0
END
ELSE
SET @var = 1
IF @Var = 1
EXEC pr_YourProc