News

The third form of the CREATE TABLE statement stores the results of any query-expression in a table and does not display the output. It is a convenient way to create temporary tables that are subsets ...
An alternative - again, if supported - would be to create a view that works the same as the derived table, and use this in your query instead.