SAS
Saturday, 8 October 2011
DML-select-Distinct:
q
The DISTINCT clause allows you to remove duplicates from the result set.
The DISTINCT clause can only be used with select statements
Syntax:
SELECT DISTINCT column_name(s) FROM table_name
Query:
SELECT DISTINCT Empname FROM EMptbl1
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment