Hi Everyone. I am inserting the row using $queryRa...
# orm-help
s
Hi Everyone. I am inserting the row using $queryRaw,$executeRaw. Once it get inserted I need the Inserted row id. Using RETURNING id and LAST_INSERT_ID. I am not able to get this. Any other solution for this. Thanks in advance.
r
returning id
should work with
$queryRaw
.