Categories
- All Categories
- 89 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 51 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
How to create a data flow using "Enter SQL" option to join two tables
Summary
I want to create a data flow by joining two tables and want to write the join statement using "Enter SQL" option
Content
Hi,
I want to create a data flow by joining two tables and want to write the join statement using "Enter SQL" option.
This gives me query error.
My requirement is to join tables vb_aggregated_access and vb_inventory_report and the query I am using is
select * from vb_aggregated_access a full outer join
vb_inventory_report b ON LOWER(a.POD_NAME)=LOWER(b.PSM_INSTANCE) ;
>gives me query error
Is there a way to do this in OAC?
Thanks in advance,
Chethana
Answers
-
Hello Chethana,
First, you create a data set using your SQL query as a source and then use this data set and the other two tables as a source to your data flow.
Hope this helps!
Best Regards,
Aman Jain
0 -
Thank you
0