Enhanced Query Execution
UPDATE
SELECT 'Active' AS Accounts__status , a.accountkey as accounts__PRIMARYKEY FROM accounts a where a.accountkey=72
INSERT
SELECT 'NEWCUSTOMERTEST500' AS customer__customername,'International Development' AS customer__description,'543256' AS customer__customproperty1,'543256 International Development' AS customer__customproperty2,'StarHR' AS customer__customproperty3,'Imported' AS customer__customproperty4,'BU56.5.4.00003444.543256' customer__customproperty5,'Global Business Support' AS customer__customproperty7,'1' AS customer__parentcustomer,SYSDATE() AS customer__CREATEDATE,1 AS customer__RISK,1 as customer__SCORE,1 AS customer__STATUS,SYSDATE() AS customer__UPDATEDATE,'2024-01-01' AS customer__ENDDATE FROM customer
select 2095 AS accountowners__OWNERUSERGROUPKEY,ACCOUNTOWNERKEY as accountowners__PRIMARYKEY,1 AS accountowners__RANK, 'sysdate()' AS accountowners__UPDATEDATE , 1 AS accountowners__UPDATEUSER from accountowners where ACCOUNTKEY=2
SELECT 'Blackpoint' AS securitysystems__SYSTEMNAME, 'Blackpoint' as securitysystems__DISPLAYNAME,5 as securitysystems__PRIMARYKEY FROM securitysystems where systemname='Blackline' limit 1;
select accentkey as account_entitlements1__primarykey,now() as account_entitlements1__enddate from account_entitlements1 where accentkey=262 |
select datasetkey as dataset__primarykey,concat(ATTRIBUTECONFIG,',AUDIT') as dataset__ATTRIBUTECONFIG from dataset where datasetname='EVICORE_INNOVATE_AD_OU_MAPPING' |
Comments
Post a Comment