Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
3193 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
6831
0
toukok. 19
3559
2
helmik. 19
9818
0
lokak. 17
8152
2
syysk. 16
9060