Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
2985 Näkymät

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

Avatar
Hylkää
Paras vastaus

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
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
3
jouluk. 21
6531
0
toukok. 19
3402
2
helmik. 19
9485
0
lokak. 17
7898
2
syysk. 16
8893