GaryLi

Results 3 issues of GaryLi

How to query data from snappydata using python? Like sqlalchemy.

I want to query data from snappydata using sql, like this: select * from tableA limit 10, 20; or select * from tableA limit 20 offset 10; and find error....