Quantcast
Channel: Support Portal
Viewing all articles
Browse latest Browse all 20315

Re : Allow Privileged Manager to remove or update survey results

$
0
0

We had the same issue, we just delete them:

select * from SurveyPerRequest where workorderid in (1,2,3)

begin transaction
delete from SurveyPerRequest where workorderid in (1,2,3)
--commit


Viewing all articles
Browse latest Browse all 20315

Trending Articles