İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
2969 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
6501
0
May 19
3377
2
Şub 19
9470
0
Eki 17
7867
2
Eyl 16
8862