Good day
i am making a model which using pull from list.
The push value is token.XX.subnodes.toArray()
and while pulling i have write the query
WHERE Type BETWEN Table("xx")[token.x][token.y] AND Table("xx")[token.x][token.z]
but it failed so i have change the query to
WHERE Type BETWEEN token.Min AND token.Max
but it is keep failing
may i know what i am doing wrong?
Best regards