Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Enhanced Query to update Security System details

harishyara
Regular Contributor
Regular Contributor

Hi Team,

How to update security system details using enhanced query in v23.2 ?

Please help with the syntax to convert below update query to select query of Enhanced Query?

update securitysystems set SYSTEMNAME='Security System Name', DISPLAYNAME='Security System Display Name' where SYSTEMKEY=1

Regards,

Harish

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

SELECT systemkey as securitysystems__primarykey,
'rushi' securitysystems__displayname,
'Rushi' securitysystems__systemname
FROM securitysystems WHERE SYSTEMKEY = 1;


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

harishyara
Regular Contributor
Regular Contributor

thanks @rushikeshvartak it worked, could you please give me documentation link of it where I can look into it in brief ?

https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter10-Job-Control-Panel/Job-Cat...


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.