![]() |
#3 |
----------------
|
Цитирую technet
Creating "!=" relation on query
There's a whitepaper on queryexpressions. You'll have to make range on T2.InventTransId and set the value to "(T1.InventTransId != T2.InventTransId)", assuming that you use T1 and T2 as datasourcenames in the query. |
|