You can use the CREATE TEMPORARY TABLE in the SQL Reference Manual to implement certain queries using multiple steps. In other words, you can:
The name "temporary table" may seem like a misnomer. Only the data stored in the table is temporary. The metadata is persistent.
Notes