#x27;t work.
>>>>
>>>> Here's a reduction:
>>>>
>>>>
>>>> create table test_paging (
>>>> id int,
>>>> primary key(id)
>>>> );
>>>>
>>>> insert into test_paging (id) values (1);
&
paging where id > token(0);
… but it gives me:
Bad Request: Type error: cannot assign result of function token (type bigint)
to id (type int)
…
What's that about? I can't find any documentation for this and there aren't
any concise examples.
--
Founder/CEO Spinn3r.com
;
>>> insert into test_paging (id) values (2);
>>> insert into test_paging (id) values (3);
>>> insert into test_paging (id) values (4);
>>> insert into test_paging (id) values (5);
>>>
>>> select * from test_paging where id > token(0);
>>&g
nto test_paging (id) values (1);
>> insert into test_paging (id) values (2);
>> insert into test_paging (id) values (3);
>> insert into test_paging (id) values (4);
>> insert into test_paging (id) values (5);
>>
>> select * from test_paging where id > token(
;
>
> insert into test_paging (id) values (1);
> insert into test_paging (id) values (2);
> insert into test_paging (id) values (3);
> insert into test_paging (id) values (4);
> insert into test_paging (id) values (5);
>
> select * from test_paging where id > token(0);
>
>
it gives me:
Bad Request: Type error: cannot assign result of function token (type
bigint) to id (type int)
…
What's that about? I can't find any documentation for this and there
aren't any concise examples.
--
Founder/CEO Spinn3r.com
Location: *San Francisco, C