• thanks everybody

    also I try this code and this is working fine

    insert into diff

    select *

    from (

    select *

    from c1

    except

    select *

    from c2

    ) as T