Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3207 Vistas

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

Avatar
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
dic 21
6849
0
may 19
3572
2
feb 19
9841
0
oct 17
8164
2
sept 16
9081