Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
select Employee.Emp_Code+Chr(13) + Employee.Emp_Name+Chr(13) +Employee.Father_Name+Chr(13) +Employee.Emp_Designation+Chr(13) +Employee.Emp_Dept+Chr(13) +Employee.PFNo+Chr(13) + Employee.ESINo as [Emp Code /n Emp Name/n Father Name ] from Employee.................


I write this query but it gives Error like......INVALID ALIAS NAME..............
i want to return alias name like above.............
how can i do.......
Posted
Comments
CHill60 11-Jan-14 11:33am    
Why are you putting /n in the alias name?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900