Hi,
If this is a one shot need, I would suggest using a database management tool which can help selecting multiple tables and drop them at once, for example DBeaver.
Other solutions using Stambia are:
- Reverse all these tables and use the tool "AUTOMATION Rdbms Operation" from the Palette
- Design a process using an SqlOperation action which lists these tables and bind it to another SqlOperation which does the DROP for each table. Caution: this cannot be cancelled, make sure you select only those temporary tables you want to drop