missing_with_nonpersist.sql 153 B

12345678910
  1. USE plato;
  2. $data = select
  3. Yson::Parse(cast(key as Yson)) as key,
  4. text, -- missing colums
  5. subkey
  6. from Input;
  7. select key, subkey
  8. from $data;