postgresql: remove single quotes after table import.

After several iterations this one worked for me:

UPDATE "Import" SET tracking_number = NULL where tracking_number ='';

 

Leave a Reply

Your email address will not be published. Required fields are marked *