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
2927 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
6439
0
maj 19
3339
2
lut 19
9420
0
paź 17
7827
2
wrz 16
8841