Hi there,
I issued the following SQL to export data:
echo EXPORT TO D:\eCRM_Black_List_Download\bkblist.del OF DEL MESSAGES D:\eCRM_Black_List_Download\bkblist.log select black_key, input_date, source_code, internal_code, black_list_name, other_number, passport, address, effective_date, expired_date, substr(remark,8), access_control from fos.black_list; >> batch.clp
But the address and remark columns were truncated. If import it to excel with macro process, it will not extract all records.
Please help anyway not to truncate the exported file.
Thank you very much.
Regards,
Joshua