oracle - Difference between SELECT DISTINCT and SELECT UNIQUE -


possible duplicate:
unique vs distinct multi-column in oracle 9i

proper difference between select distinct , select unique points , examples.

select distinct , select unique behave same way in oracle.

while distinct ansi sql standard, unique oracle specific statement.

look here: http://psoug.org/definition/distinct.htm


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -