This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
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 The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » 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: 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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Query of Oracle to SQL Server
 
Similar Threads
SQL statement to java
hi there,
Using Sun's Migration Tool...
Is there a way that my app support SQLServer and Oracle?
Hibernate - compound column?