DeDuplicate Subscribers using SQL Salesforce Marketing Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 9

  • @romeodesepida
    @romeodesepida ปีที่แล้ว

    Great video Cameron! Clear and concise, easy to follow and practical too :)

  • @katerynagolovan3297
    @katerynagolovan3297 ปีที่แล้ว

    omg, thank you for this channel! i'm so happy to have found you. thank you for making life so much easier

  • @marcosfelipeborge100
    @marcosfelipeborge100 ปีที่แล้ว

    Thank you so much man!

  • @EduardoHoppen-u4d
    @EduardoHoppen-u4d 8 หลายเดือนก่อน

    Thank you so much! 🙏😊

  • @Passthecucci911
    @Passthecucci911 ปีที่แล้ว

    I get this when validating the syntax, please help:
    ust a heads-up...
    (Line 3, Col 1) Use specific column names in your SELECT statement.
    (Line 1, Col 8) Use specific column names in your SELECT statement.

  • @gopinathmohanraj2504
    @gopinathmohanraj2504 ปีที่แล้ว

    Thanks for your this video 🙂,
    Could you please explain about 'add to campaign'?

  • @mosesvuma1811
    @mosesvuma1811 ปีที่แล้ว

    How about using this code?:
    SELECT DISTINCT * FROM CustomersImport;

    • @CameronRobert
      @CameronRobert  ปีที่แล้ว

      Very true Moses, DISTINCT is a good solution for basic duplication removal, however it is less viable when trying to remove more complicated duplicates. I should have added a "CreatedDate" to my example to show how to dedupe based on Creation Date.