Im trying to display the rowid pseudocolumn, but something strange happened, This is my query
select rowid, rowid||'', rowid r from dual
output:
ROWID||'' R
AAAAECAABAAAAgiAAA AAAAECAABAAAAgiAAA
So why cant display rowid
without alias or not concatenated with something else ? Any explanation ?
I used Toad and Oracle 10g.