0

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.

Harikrishnan
  • 9,688
  • 11
  • 84
  • 127

1 Answers1

0

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

Kyaw Tun
  • 12,447
  • 10
  • 56
  • 83