Well, I'll tell you a little bit. I have a query in SQL like the following >
SELECT * FROM TABLA
WHERE
Priority <> 'P1'
AND Region = ISNULL(@Region,Region)
AND PM_Name = ISNULL(@PM,PM_Name)
AND Priority = ISNULL(@Priority, Priority)...
asked by
21.11.2018 / 16:16