zero_limit.sql 167 B

123456
  1. /* postgres can not */
  2. use plato;
  3. $x = (select * from Input order by value limit 10);
  4. select * from $x where key > "000" limit coalesce(cast(0.1 * 0 as Uint64), 0);