I’m all about finding ways to type less and less code. If there is a way to shrink 4 lines of code down to 1 line, I'm all for it.
Here is a %join meta-sql that will do just that. Syntax and description from PeopleBooks are as follow:
Lets take a look at some examples:
Three tables: TABLE1, TABLE2, and TABLE3
Note: If date key fields are not marked as required in the record definition for either of the referenced tables in the %Join clause, a Null clause check is added to the date field comparison. This additional clause can have a significant impact on the execution time for the generated SQL statement. (PeopleBooks)
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
Comments
Post new comment