Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

Update Query in X++

$
0
0

Hi all,

Do we have alias in x++. Below query works fine in sql but i want to write the below query on a button click event in X++.Please let me know how to proceed with it further.

update i set exhausted = j.cnt from CAELOA i join ( select caeloa,COUNT(caeloa) as cnt from CAESECURITYPROJ group by caeloa)j on i.CAELOA=j.CAELOA

Thanks..


Viewing all articles
Browse latest Browse all 15740

Trending Articles