Please help: I have a tMysqlRow component with an insert statement inside it. Now my goal is, after that statement, I want to return the LAST_INSERT_ID() of the row inserted by that statement. Ho do I do this using the same component?
I am trying to add a "SELECT LAST_INSERT_ID();" after that insert statement (multi-query) but nothing happens.
Hi, Here is a component TalendHelpCenter:tMysqlLastInsertId which is used to fetch the last inserted ID from a selected MySQL Connection. Best regards Sabrina