Cannot Load All Data from File
COPY tableName from /tmp/fileName.txt' I've a large text file with a few millions records. After I loaded into the table, used the above execution, it only loaded a few hundreds records. There's no error message at all. What's the issue?
0
Comments