This blog discusses tips that would be useful in Microsoft Dynamics AX! I have made a note of all pointers that I thought would prove to be useful for someone at some point in future! Please feel free to drop in your comments and feedback on any article here!
mercredi 10 novembre 2010
How to select elements from a table that don't exist joining another table from X++
If you want to select for example from EmplTable all the Employees that don't exist in PayrollEmployee
, use this :
select emplid from empltable notexists join payrollemployee where empltable .EmplId == payrollemployee.EmplId ;
Aucun commentaire:
Enregistrer un commentaire