You can use the tempTable buffer variable as you would with any other table. Passing as a parameter the reference to a temp table would allow you to add traverse it, using select * from your_table where key == valueId and issue an your_table.insert() if necessary.
↧