Forum Moderators: coopster
Is it possible to affect a SELECT statement of an INSERT during a transaction to affect another INSERT?
Example:
Start Transaction
Run Query which involves an auto increment field
Check what is assigned with auto increment
Affect another statement which involves the auto increment value
Commit
Thanks a bunch :)
I Should have done just a select :)