union in ODI using KM
576435Jun 5 2007 — edited Jun 13 2007Hi,
I am trying to do union between 2 tables in ODI. It worked the following ways :-
1) By writing two interfaces and writing package on it.
2) Writing view on the tables in the database & then using this as a source in the interface
But I could not get the third way i.e. using KM. How do i do union between tables using LKM? I tried modifying the LKM SQL to SQL, but that did not work..