Skip to Content
Menu
This question has been flagged
1 Atsakyti
2986 Rodiniai

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

Portretas
Atmesti
Best Answer

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
Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
3
gruod. 21
6531
0
geg. 19
3402
2
vas. 19
9485
0
spal. 17
7899
2
rugs. 16
8894