COPY tmp FROM 'C:\temp\ls.xls'; There is an error
[Err] ERROR: Could not open file "C: \ temp \ ls.xls" for reading: No such file or directory
COPY tmp FROM 'C:\temp\ls.xls'; There is an error
[Err] ERROR: Could not open file "C: \ temp \ ls.xls" for reading: No such file or directory
Source: https://ru.stackoverflow.com/questions/630270/
All Articles
C:\\temp\\ls.xls, orC:/temp/ls.xls. If backward slashes, then two, if direct, then one - rjhdby