aspose file tools
The moose likes JDBC and the fly likes Query of Oracle to SQL Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "Query of Oracle to SQL Server " Watch "Query of Oracle to SQL Server " New topic
Author

Query of Oracle to SQL Server

Muhammad Saifuddin
Ranch Hand

Joined: Dec 06, 2005
Posts: 1291

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: 1291

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
 
Threads others viewed
Hibernate - compound column?
Using Sun's Migration Tool...
SQL statement to java
Is there a way that my app support SQLServer and Oracle?
hi there,
IntelliJ Java IDE