2016-01-22 5 views

ответ

3

Использование:

WITH t1 AS (
    ...some select statement 
), 

t2 AS (
    ...select from t1 
) 

SELECT FROM t2;