hi, can i write a select statement i n SQL Server like:
select * from emp where Emp Name='joy' or select * from emp where EmpId/Sno=7
whether spaces,special charaters like a comma are allowed in that specified select statement when the column name is having them.
Thanks in advance..