Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2936 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
6453
0
may 19
3343
2
feb 19
9428
0
oct 17
7833
2
sept 16
8844