1 2 3 4 5
/* syntax version 1 */ /* postgres can not */ use plato; $foo = (select 100500 as bar); select bar from $foo;