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...