Character with byte sequence 0x9d in encoding 'WIN1252' has no equivalent in encoding 'UTF8'

后端 未结 4 1229
抹茶落季
抹茶落季 2020-12-29 03:25

I am reading a csv file in my sql script and copying its data into a postgre sql table. The line of code is below :

\\copy participants_2013 from \'C:/Users/         


        
4条回答
  •  清酒与你
    2020-12-29 04:11

    I had this problem today and it was because inside of a TEXT column I had fancy quotes that had been copy/pasted from an external source.

提交回复
热议问题