Monday, August 17, 2020

How do I find the last row inserted?

  select

  *

from

  EMP_LEAVE

where

  rowid =(

    select

       max(rowid)

    from

       EMP_LEAVE);

No comments:

Post a Comment

 https://www.linkedin.com/pulse/building-real-time-database-monitoring-dashboard-oracle-khaleeq-tpwxf/