v.1.1.54362New Feature
Support SHOW CREATE TABLE for Temporary Tables
Support for SHOW CREATE TABLE for temporary tables (zhang2014).Why it matters
This feature allows users to view the exact DDL (Data Definition Language) statement used to create temporary tables, aiding in debugging, auditing, and replication of table structures during query sessions.How to use it
Use theSHOW CREATE TABLE [temporary_table_name] command after creating a temporary table to display its creation statement.