0
var arraTag = ["4"];
account.scan().where('tags').in(arrayTag).exec((err, data) => {
});

I am running above it showing empty data, but data is there in tag as 4. By above query running i want where tags is 4 in table. that tags having array of strings.

Alexei Levenkov
  • 98,904
  • 14
  • 127
  • 179
kumar
  • 1

0 Answers0