| Author |
Query of Oracle to SQL Server
|
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1318
|
|
SELECT firstName || ' ' || lastName from usertable; How to do it in SQL Server?
|
Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
|
 |
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1318
|
|
No problems. Solved it. Found it in SQL Server Help. The query in SQL Server would be if any one have a short solution for that so please share with me.. thanks [ August 04, 2006: Message edited by: saif uddin ]
|
 |
Scott Johnson
Ranch Hand
Joined: Aug 24, 2005
Posts: 518
|
|
|
|
 |
 |
|
|
subject: Query of Oracle to SQL Server
|
|
|