"ERROR: invalid input syntax for type numeric: NULL" postgresql
I'm starting to learn sql in porstgresql. I have create a table with numeric(6,2) structure and trying to import data. But data has some row that has NULL value. Now I'm getting "ERROR: invalid input syntax for type numeric: NULL"…