Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3238 มุมมอง

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
อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
3
ธ.ค. 21
6879
0
พ.ค. 19
3590
2
ก.พ. 19
9865
0
ต.ค. 17
8192
Content of self.search แก้ไขแล้ว
2
ก.ย. 16
9109