Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/31/2024 02:51 AM - last edited on 07/31/2024 03:41 AM by Sunil
Hi ,
We are using a query that is select firstname, lastname,username,DATE_FORMAT(customproperty21,"%Y-%m-%d %H:%i:%s"), count(*) as duplicate_count from users group by firstname, lastname, DATE_FORMAT(customproperty21,"%Y-%m-%d %H:%i:%s") having count(*)>1 . This query is working fine in Data analyzer but when we are trying to create analytics using this query, it's throwing error. Attaching the screenshot of the error for your reference. Also attaching the logs. Kindly help me out.
Thanks,
Debanjana Ghosh
[This message has been edited by moderator to mask sensitive info from an attached image]
07/31/2024 03:05 AM
Hi @Debanjana , error image shows statuskey but not the query which you shared.
07/31/2024 06:36 AM
select firstname, lastname,username,DATE_FORMAT(customproperty21,"%Y-%m-%d %H:%i:%s")dat, count(*) as duplicate_cnt from users group by firstname, lastname, DATE_FORMAT(customproperty21,"%Y-%m-%d %H:%i:%s") having count(*)>1