when querying data, we can pass the parameter as below(in php), currently,
I use the 'offset' and 'limit' to achieve it, kylin dev team, pls correct
me if i'm wrong~
$postData = array ('sql' =>$sql_str,
'offset' =>$offset,
'limit' =>$limit,
'acceptPartial' =>false,
'project' =>$project_name);2015-05-18 17:38 GMT+08:00 [email protected] <[email protected]>: > > HI ,all > > Does kylin supports paging ? > > > [email protected] >
