コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2968 ビュー

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
12月 21
6501
0
5月 19
3377
2
2月 19
9470
0
10月 17
7866
2
9月 16
8862