Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Can somebody translate it into english ? i don't speak french
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