I have a select Query in employee table. I need to make sure that column value(empaddress) always pass an empty value in select query:
SELECT
empname,
empaddress,
empDeptid
FROM
empiD=3
I know that empaddress can contain any value like Null or data. But in the result set it should always be blank