Hi experts,
--
Best Regards,
Sachin Kumar
when I am uploading data (CSV File) using the COPY command. I am getting below mention error.
ERROR: null value in column "adj_type" violates not-null constraint.
When I define null it gives no error message, but how to manage null value n data without defining it, because there is many more columns. when it defines null it gives an error if null value comes you are violating null.
Please suggest how to manage null value in postgresql?
Best Regards,
Sachin Kumar