mysql's last_insert_id

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michal Adamczakk

    mysql's last_insert_id

    hi,

    how to implement mysql's last_insert_id( ) ?

    i know that seqences and oids are great.
    the one thing i miss is that they are not session specific.

    i mean selecting last_value from seqence can give me a value which was
    inserted by a different user.

    regards
    Michal
  • Michal Adamczakk

    #2
    Re: mysql's last_insert_id

    k, i found:

    curval/nextval/...

    iwas misled for almost everyone writes to use last_value in 'conversion
    howto' which i believe is wrong

    using pgsql is a pleasure

    Comment

    Working...