blob: 26ebf602ae480867f1b832409de60a89b6c0a1be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* postgres can not */
/* yt can not */
pragma yt.RuntimeCluster='banach';
pragma yt.RuntimeClusterSelection='force';
USE plato;
$a = "Output";
INSERT INTO $a
SELECT count(*) from Input;
|