Skip to Content
Menu
This question has been flagged
1 Reply
2926 Views

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

Avatar
Discard
Best Answer

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
Avatar
Discard
Related Posts Replies Views Activity
3
Dec 21
6438
0
May 19
3339
2
Feb 19
9418
0
Oct 17
7827
2
Sep 16
8841