Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3185 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
gru 21
6827
0
maj 19
3546
2
lut 19
9798
0
paź 17
8149
2
wrz 16
9059