Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2933 Prikazi

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

Avatar
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
3
dec. 21
6449
0
maj 19
3341
2
feb. 19
9425
0
okt. 17
7831
2
sep. 16
8842