rsdhavle
Creator III
2014-02-13
05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Joining fields while performing bindary load
In binary load when we are refering some qvw file in binary load how to use fields fom that file and perform joins?
300 Views
1 Reply
Not applicable
2014-02-13
05:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you perform a binary load, you get ALL the tables of that WVS
If you want to remove some, you will need to drp the tables or fields afterwards (once the complete load is done)
If you want to join, you will do it through a RESIDENT load
The binary LOAD is the first command of your process
Fabrice