Re:Re: random fetch

2020-09-17 Thread Chenyang Tang
It supports FETCH and LIMIT already without >ordering. > >Btw please use the user@ mailing list for questions of this kind. Thanks. > >Regards, >Timo > >On 17.09.20 05:19, Chenyang Tang wrote: >> Hi: >> As a user, i have a question: >> How can i use Ta

random fetch

2020-09-16 Thread Chenyang Tang
Hi: As a user, i have a question: How can i use Table API to get a part of resurt randomly It seem i must use orderBy() before fetch(), that will sort my data, it is not what i want.