79654594

Date: 2025-06-05 13:50:34
Score: 1.5
Natty:
Report link

Can you try with this?

UPDATE revenue_data
SET gtm_type = p.type
FROM (
    SELECT DISTINCT pl, type
    FROM emea.product
    WHERE type = 'value1'
) p
WHERE revenue_data.pl = p.pl;

or You Want to Dynamically Set gtm_type to the Matching type?

Reasons:
  • Whitelisted phrase (-2): Can you try
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Haripriyabalan Hari