Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2967 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
pro 21
6500
0
kvě 19
3376
2
úno 19
9469
0
říj 17
7865
2
zář 16
8862