简体   繁体   中英

Import CSV file from URL into SQL Fiddle Postgres 9.6 engine

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM