Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 52 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 288 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 111 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- 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
