Hello,
Is there a possibility to make a "UNION" - equivalent within a progress SmartDataSource.
I have two different tables with user-information. And for an application I need a browser which shows both table-informations within this one browser.
So I searched for UNION within the forum - but I found no solution. The SQL-Syntax for this is:
select customerObjID as ObjID, name1, name2 from dbo_dwh_customer union select agentobjid as ObjID, name1, name2 from dbo_dwh_agent
If you have other solutions - please let me know
Thank You
Andi
Is there a possibility to make a "UNION" - equivalent within a progress SmartDataSource.
I have two different tables with user-information. And for an application I need a browser which shows both table-informations within this one browser.
So I searched for UNION within the forum - but I found no solution. The SQL-Syntax for this is:
select customerObjID as ObjID, name1, name2 from dbo_dwh_customer union select agentobjid as ObjID, name1, name2 from dbo_dwh_agent
If you have other solutions - please let me know
Thank You
Andi