There are two ways to create a temp table. This will create a table and enter data from PHYSICAL;
SELECT FIELD1,FIELD2,FIELD3 INTO TempTable FROM PHYSICALTABLE;
Another way is to use the CREATE TABLE method;
CREATE TABLE
INSERT INTO
Temp DROP TABLE. temp ( ## ), . , , temp UNION, + SUM .