aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/table_from_binding_inferscheme.sql
blob: 1e2bd7c9355fa5fc60cc928226137947731a922c (plain) (blame)
1
2
3
4
5
6
7
8
/* syntax version 1 */
/* kikimr can not */
pragma yt.InferSchema;

/* postgres can not */
use plato;
$x = "Input";
SELECT count(*) FROM $x;