Skip to Content
Menú
This question has been flagged
1 Respondre
2965 Vistes

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

Avatar
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
3
de des. 21
6497
0
de maig 19
3376
2
de febr. 19
9467
0
d’oct. 17
7858
2
de set. 16
8861