blob: d37f8d16dc4c4e2ca0557974ec68c260efb091c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* postgres can not */
/* yt can not */
pragma yt.RuntimeCluster='banach';
pragma yt.RuntimeClusterSelection='auto';
select * from plato.PInput
union all
select * from banach.BInput
|