aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/blocks/mod_uint64.sql
blob: 9de44e5756b46c475f151c5bd16c5884306bf95e (plain) (blame)
1
2
3
4
5
USE plato;

SELECT
    key%subkey,999ul%key,subkey%0ul
FROM Input