Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 access rows in Oracle

Author  Topic 

asksql
Starting Member

11 Posts

Posted - 2008-06-08 : 22:57:15
Is there a way to access a particular row of a column in sql

lets say we have a table

A | B| C|
---------
1 | 2 | 3
3 | 5 | 6

And we want to access the 5 in column B. Is there a way to do that?

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-06-08 : 23:28:27
Access Oracle from sql server? Look at linked server.
Go to Top of Page
   

- Advertisement -