Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Select max(id) not returning correct value
Did you insert rows manually through one session
without commit and do the max(id) from another
session?
> select max(id) from mytable;
> It will not return 95 instead it will return value 5
> ?
-- http://www.freelists.org/webpage/oracle-lReceived on Fri May 20 2005 - 03:58:31 CDT
![]() |
![]() |