table_content.sql 191 B

1234567
  1. /* postgres can not */
  2. /* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) == 1 */
  3. use plato;
  4. $key = (select key from plato.Input SAMPLE(0.5));
  5. select * from Input where key = $key;