You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PDO::lastInsertId() requires the name of the sequence from the table so it returns the last id correctly... Is there any way to generate something like insert into users (name) values ('name') returning id; without using raw sql?
PDO::lastInsertId() requires the name of the sequence from the table so it returns the last id correctly... Is there any way to generate something like
insert into users (name) values ('name') returning id;without using raw sql?