Please feel free to comment if there are any errors in the blog. Iam creating this blog for my reference and also to share my understanding of peoplesoft.
Search This Blog
Saturday, March 1, 2014
SQR Basics: Usage of DISTINCT clause
Below is the syntax for the usage of DISTINCT clause in SQR.
BEGIN-SELECT DISTINCT
[COL1]
[COL2]
.
.
.
FROM [RECORD_NAME]
END-SELECT
No comments:
Post a Comment