Troubleshooting of Navicat for PostgreSQL

From LemonWiki共筆
Jump to navigation Jump to search

Troubleshooting of Navicat for PostgreSQL[edit]

How to fix The numeric column data all became null after imported[edit]

Solution:

  • If the original data is Excel file, modify the format of the column from general to numeric
  • import the data into Navicat for PostgreSQL again

How to fix ERROR: value too long for type character varying(255)[edit]

Solution:

  • Increase the length of the column from varchar(255) to text


Troubleshooting of ...

Template