跳至内容
菜单
此问题已终结
1 回复
2939 查看

What kind of operations (+, -, etc) we can do on recordset?

形象
丢弃
最佳答案

You can do all types of set operations and also conditional operations.

record in recset1           # include
record not in recset1 # not include
recset1 + recset2 # extend
recset1 | recset2 # union
recset1 & recset2 # intersect
recset1 - recset2 # difference
形象
丢弃
相关帖文 回复 查看 活动
3
12月 21
6457
0
5月 19
3346
2
2月 19
9430
0
10月 17
7836
2
9月 16
8844