aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/limit/zero_limit.sql
blob: 6532fb37374206f383d121bab8b46a70d687148c (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
use plato;

$x = (select * from Input order by value limit 10);

select * from $x where key > "000" limit coalesce(cast(0.1 * 0 as Uint64), 0);