Forum Moderators: open

Message Too Old, No Replies

MYSQL Select Unique

does it exist?

         

neophyte

10:21 pm on Oct 17, 2006 (gmt 0)

10+ Year Member



Real quick one - I ***thought*** that Select Unique exists but I couldn't find it in the MYSQL manual. I found Select Distinct which pretty much does what I want it, but I'd like to investigate the operations for Unique a well... if there is one.

Could someone direct and/or correct me?

Neophyte

FalseDawn

10:39 pm on Oct 17, 2006 (gmt 0)

10+ Year Member



Select unique does not exist in MySql.

In what way would you expect it to be different from
"Select Distinct", in any case?

neophyte

11:19 pm on Oct 17, 2006 (gmt 0)

10+ Year Member



FalseDawn -

Thanks for your response and clarification. I wasn't sure it would be different, but just wanted to check. Gosh, I thought for sure I saw that somewhere.

At any rate, thank you for your answer.

Neophyte