I have a problem, I can`t load my data
LOAD TABLE PRUEBA
(
RUT 'x09',
DIGITO 'x09',
CALCULO '\x0a'
)
from '/PlanosIQ/DATA/prueba_data'
ESCAPES OFF
QUOTES OFF
FORMAT ascii
with checkpoint on
go
(0 rows affected)
It didn't throw any error but didn't load the data.
I work on Unix
Anyone has any idea??
Thanks.