Is there `.returning()` in insert statement in MySQL like SQLite?

There is .returning() insert statement in SQLite but MySQL not.

how do I .returning() in insert statement in MySQL?
Was this page helpful?