📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

system.temporary_tables



Provides information about all existing temporary tables in the current session.

SELECT * FROM system.temporary_tables; ┌────────────────────────────────────────────────────┐ │ database │ name │ table_id │ engine │ ├──────────┼──────────┼─────────────────────┼────────┤ │ default │ my_table │ 4611686018427407904 │ FUSE │ └────────────────────────────────────────────────────┘

Was this page helpful?