I am trying a whole day long to find a solution for importing csv file from url into SQL Fiddle, using the PostgreSQL 9.6. Nothing on the Internet helped. When I use the "Copy" command I get the following message:
When I try \copy I get error saying that "\" is error. With stdin/out I got something like saying that the engine doesn't support it. What is the real command or script for that. I am starting to lose patience. Please help!
You need to convert the file into a SQL script using INSERT statements