Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2932 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
6446
0
may 19
3341
2
feb 19
9423
0
oct 17
7830
2
sept 16
8842