aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/table_from_binding.sql
blob: 0ea49f5ee580192c101ddcd5094f49aa6dc1b61c (plain) (blame)
1
2
3
4
5
/* syntax version 1 */
/* postgres can not */
use plato;
$x = "Input";
SELECT count(*) FROM $x;