Create a temporary table in a SELECT statement without a separate CREATE TABLE Is it possible to create a temporary (session only) table from a select statement without using a create table statement and specifying each column type? I know derived tables... May 2, 2022 0 Comments