Temporary tables

Hi! I create a stored procedure in the DB thats creates a temporary table, which I want to call from Metabase, but it returns me the alert of "no results", I would like to know if it is possible from Metabase to call temporary tables.

Thanks in advance!

Hi @franpuebla
If the temporary table is available to the connection session, then yes, but if you are creating the table in another session, then it's usually not available for other sessions. This depends on database type etc.