aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/insert_binding.sql
blob: 28f1de71356c52e8281a4a0b7968abfcceee012e (plain) (blame)
1
2
3
4
5
6
7
/* syntax version 1 */
/* postgres can not */
USE plato;

$a = "Output";
INSERT INTO $a
SELECT count(*) from Input;