Sunday, 1 September 2013

Sql query with default value

Sql query with default value

I have an 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
Any help is much appreciated here
Thanks Prince

No comments:

Post a Comment