On 05/09/2018 09:50 PM, tango ward wrote: Ccing list.
Hi, this is the my ON CONFLICT CODE ON CONFLICT (school_system_id, student_id, campus_name ) DO UPDATESET school_system_id = excluded.school_system_id,student_id = excluded.student_id, campus_name = excluded.campus_nameThese are the fields that shows on error when I hadn't implemented the ON CONFLICT. These are the duplicate fields.
-- Adrian Klaver adrian.klaver@xxxxxxxxxxx