Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2949 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
dec. 21
6468
0
mai 19
3353
2
feb. 19
9434
0
oct. 17
7845
2
sept. 16
8846