aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/bind_select.sql
blob: a7f24466c81caeb29355b96045b7bbf467d24979 (plain) (blame)
1
2
3
4
5
/* syntax version 1 */
/* postgres can not */
use plato;
$foo = (select 100500 as bar);
select bar from $foo;