SQL Tips
A boat with beautiful sunset.
Tree in field with blue sky.
Amaizing sunrise moment
Sunday, March 18, 2012
Duplicate Rows
It is use to eliminating Duplicate Rows.
This keyword eliminate the duplicate rows in the tables.
Example :
SELECT job FROM dept;
SELECT DISTINCT job FROM dept;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment