-- 處理customer data from null的資料改為pam -- UPDATE public.customer SET data_from='PAM' WHERE data_from is null;