İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
2955 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
Ara 21
6470
0
May 19
3356
2
Şub 19
9434
0
Eki 17
7847
2
Eyl 16
8848