sql >> Base de Datos >  >> RDS >> Sqlserver

Condiciones condicionales en SQL Server

DECLARE @status varchar(15)

--set the status

SELECT * 
FROM tbl_Location
WHERE Status = @status OR @status = 'ALL'