现有表1 table1 字段 startTime e f
表2 table2 字段 time e f
由于表2中时间是每一天的时间,所以每条数据都不一样
现在要根据表2 的time 和e 字段来找表1中对应的数据f
然后把表1中同一个time和e的f数据全做或运算得到结果d, 再把d付给表2中对应time和e的f字段
这里有循环关系和或运算,但是我不知道怎么做呀,求大师指点,非常感谢!
startTime>=time and startTime<=time+1