I can't understand what's wrong with my predication. I have the next database scheme:
DataItem(color_ids) <->> (dataItem)Color
Where Color contains colorID(int).
I tried to get
all DataItems that contain colorID == 5.
I have used the next predicate:
SUBQUERY(color_ids, $sub, $sub.colorID==5).@count > 0
Thanks for your help.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…