Thanks for reading this one =)
I'm trying to figure out how to figure out how to limit query in HBql based on row ID. I've spent hours, looking up to see if there's any relevant article online.
So far, I haven't found any helpful document regarding this issue; HBql.com wasn't very helpful (maybe it's on there but I missed it).
开发者_运维知识库I'd appreciate if you could give me any tips or documents that will help me with this issue.
-- FT
Try WITH clause. If you look down the page you can do "LIMIT limit_value".
精彩评论