
Creator
2021-07-30
03:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Combine Load & SQL Query
Hi Everyone
I am trying to connect Load and SQL Statement after I drop the table (so not using concatenate as I am not using star scheme in this case). I want to connect additional dimension to existing model through ID. Can you advise please?
Many thanks
1,178 Views
2 Solutions
Accepted Solutions

MVP
2021-08-01
03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, sometimes you can load directly from SQL but I always set a LOAD before, so maybe to do a join you must use a load?:
Left Join
LOAD *;
SQL SELECT...

MVP
2021-08-01
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 Replies

MVP
2021-08-01
03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, sometimes you can load directly from SQL but I always set a LOAD before, so maybe to do a join you must use a load?:
Left Join
LOAD *;
SQL SELECT...

MVP
2021-08-01
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
