Thread: How to retreive rowid

How to retreive rowid

From
"Anish Kumar K."
Date:
Hi
 
In Oracle to retreive the rowid we can use the query
 
select rowid from <table name>;
 
Smly in postgres how do we retrive the rowid...