subquery_limit.sql 190 B

12345
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. /* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) < 6 */
  4. select * from (select * from plato.Input) tablesample bernoulli(80) limit 5;