File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes What is the difference between Distinct and Unique? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "What is the difference between Distinct and Unique? " Watch "What is the difference between Distinct and Unique? " New topic
Author

What is the difference between Distinct and Unique?

Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
What is the difference between Distinct and Unique?
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6321

In what context ?


SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4489

And for which database?


JBoss In Action
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3562

If you are using it in projection to filter out duplicate results, then probably nothing. Some databases actually only support one of them (some support both), so this is more of a syntax issue than anything else.

Otherwise, UNIQUE can also be an attribute for a column making it a candidate/primary key, whereas DISTINCT is only used in SELECT statements.


My Blog: Down Home Country Coding with Scott Selikoff
 
 
subject: What is the difference between Distinct and Unique?
 
developer file tools