aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select/autoextract_source_value_in_where.sqlx
blob: e5df9cc6ff23395cd3852e5223a85a0e6981b017 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* postgres can not */
use plato;

$data = (SELECT key as kk, subkey as sk, value as val FROM plato.Input WHERE key == '075');

SELECT
  *
FROM
  Input
WHERE
  key = $data; -- $data should have one column