aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/schema/user_schema_bind.sql
blob: 778aeae8709f7fd8ac9e5df6de6b9f3c67217e6c (plain) (blame)
1
2
3
4
5
6
7
8
/* syntax version 1 */
use plato;

$table = "In" || "put";

select *
from $table
with schema Struct<a:Int64?>;