Hi all,
Could you help to code this kind of query.
Select society_id, function_id from ... where .....
union
Select society_id, null from ... where ...
Can I do the union with 2 FetchTypedList and change the DefinedField before the second fetch???
And how to set the column to null.
Thanks!