Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to concatenate the data from a table in my database with a spreadsheet *. csv to generate a *. QVD. The point is that I am not able to link the table field with the corresponding column in the worksheet and thus can not make the association records. Can anyone help me?
could you post sample files
SELECT CONTA,
DT_ABE_CONTA,
VL_LIMITE_UTILIZADO,
FROM CONTA_CARTAO;
---------------------
LOAD CONTA,
CPF,
SALDO,
DIAS_ATRASO,
DATA_ATRASO
FROM
I did a select from my table and a load of my spreadsheet.