Skip to main content

Is there any SQL Query to update an attribute Touch = 'Touch2' in the DE only if Propensity values lie between 0.6 and 0.7 and Lapsed days lie between 60 and 80 and Qualfying Date is null. Currently tried Update function in SQL , that seems to be not working 

 

#Marketing Cloud #SFMC Consultant #Sql Queries

2 réponses
  1. 6 févr. 2024, 13:58

    Hi, @Anirudh venugopal

    In Marketing Cloud, the UPDATE statement is not supported; only the SELECT statement is supported. Therefore, when configuring a SQL Query Activity, you can choose Update under Data Action. If you choose to use Update, it is necessary to set a primary key within the data extension.

     Hi, @Anirudh venugopalIn Marketing Cloud, the UPDATE statement is not supported; only the SELECT statement is supported.

0/9000