Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

¿Se puede comparar la misma tabla?

Estimados:

tengo un archivo qvd con 5 campos: rut, direccion, nombre, ciudad, fecha

puedo cargarlo en memoria dos veces y comparar si existe un rut con más de una dirección?

algo así:

Tabla1:

Load

rut, direccion, nombre, ciudad, fecha

from .... (qvd);

Tabla2:

Load

rut, direccion, nombre, ciudad, fecha

resident (Tabla1)

where Tabla1.rut = Tabla2.rut and Tabla1.direccion <> Tabla2.direccion

se puede hacer?

2 Replies
volcore79
Partner - Contributor III
Partner - Contributor III

Can somebody translate it into english ? i don't speak french Big Smile

Not applicable
Author

I have a qvd file with 5 fields: rut, address, name,
city, date

I can load it into memory and compare if there
a rut with more than one direction?

Tabla1:

Load

rut, direccion, nombre, ciudad, fecha

from .... (qvd);

Tabla2:

Load

rut, direccion, nombre, ciudad, fecha

resident (Tabla1)

where Tabla1.rut = Tabla2.rut and Tabla1.direccion <> Tabla2.direccion

You can do something similar

sorry, my english is very poor