Solved MySQL last insert ID

Discussion in 'Rust Development' started by PreFiX, Aug 31, 2015.

  1. Shouldn't using this query do it?
    Code:
    SELECT LAST_INSERT_ID();
     
  2. I think this will do a trick. Thank you.