Need guidance towards evaluative boolean logic tree

前端 未结 5 1354
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 16:29

I can\'t seem to find a pointer in the right direction, I am not even sure what the terms are that I should be researching but countless hours of googling seem to be spinning me

5条回答
  •  深忆病人
    2021-02-04 17:06

    I have to say that this is why database engines are built. You can do all that you require with set logic and you may even arrive at the result you are looking for, but theses are standard problems solved by databases and SQL. You can also look at linq for a in code solution.

提交回复
热议问题