Click HERE to see how Saviynt Intelligence is transforming the industry. |
11/04/2024 05:59 AM
Hi Team,
Can you please help to convert the below custom query job used in V.23.5
to Enhancement query in V24.7
Insert ignore into CUSTOMER_USERS select c.customerkey , u.userkey, '2024-09-03 04:36:41.0','179' from users u, accounts ac, customer c where ac.endpointkey=3 and ac.customproperty10=c.customername and u.username=ac.name and u.employeetype ='External' and u.username in
('800011930')
Thanks
11/04/2024 08:48 AM
Currently, the existing feature does not possess the ability to update tables featuring composite primary keys. The following tables cannot undergo updates due to this inherent constraint:
customer_users