تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2946 أدوات العرض

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

الصورة الرمزية
إهمال
أفضل إجابة

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
الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
3
ديسمبر 21
6464
0
مايو 19
3350
2
فبراير 19
9432
0
أكتوبر 17
7841
2
سبتمبر 16
8846