Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

sql query – table@string meaning

$
0
0

I am trying to understand a query . When I run the below query , no rows are fetched.

select * from Table

But when I run the query , a result is returned having multiple rows.

select * from Table@somestring

I am not sure what @ followed by somestring means and why that is used in PL/SQL.


Viewing all articles
Browse latest Browse all 717

Trending Articles