I am trying to make a query layer that shows two tables in one. Both tables have the exact same schema. It is not a join, just want to show the two tables like they are one to the user. They are in the same SDE.
In SQL I can just do this
SELECT * FROM [ilPub].[PubDBO].[TERRA], [ilPub].[PubDBO].[LMF]
In ArcMap I get a ambiguous name objectid error. I have done a ton of searching but only finding joins.
thanks