blob: bfdfceaa5fd842bce8d9ac0cb4faae3f801bebf8 (
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 where key > "0"
union all
select * from banach.BInput where key = "150"
|