MSSQL Where Statement Problem
I want to select all in a column if variable = null
I am placing a php variable in there and i know how to do that so i no that is not the problem but i want a where statement to return all rows of its column when it is null
SELECT *
FROM mytablename
WHERE (mycolumnname = '')
I want this to select all and not just null rows if somone can help me out i would really appreciated it! :eek: