Postgresql pgAdmin COPY issue -


i have sql script creates table , populates copy stdin command.

the issue facing here sql runs fine command line pgadmin gives me syntax error.

here code.

    copy ui_geoip_city (id, country_code, region_code, city_name) stdin;      1   ad  07  andorra la vella      2   ad  05  anyѓs      3   ad  04  arinsal      4   ad  02  canillo      5   ad  03  encamp ..... 

the error

error:  syntax error @ or near "1" line 156: 1 ad 07 andorra la vella           ^ 


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -