| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following are a list of the limitations with TEMPORARY TABLES.
HEAP, ISAM,
MyISAM, MERGE, or InnoDB.
mysql> SELECT * FROM temporary_table, temporary_table AS t2; |
RENAME on a TEMPORARY table.
Note that ALTER TABLE org_name RENAME new_name works!