Question

I want to fetch all records from my database where the id is 20, 21, 22.

In sql you could say: Select * from moo where id in (20,21,22)

How can I do this in ydn db?

Unfortunately I found no working example for this issue.

Thanks for reply.

Was it helpful?

Solution

YDN-DB is yet to implement multi-query. Currently you have to query one by one.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top