View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 10:32 AM
Kurda Yon
 
Posts: n/a
Default Non unique primary key

Hi,

Is that allowed to have identical values in a column which is declared
as "primary key". Is that true that rows of the table will be ordered
by values of elements of the primary-key-column (in the sense that the
MySQL server does not need order rows each time when the select
command is used)?

What should I do if I want to have my rows be ordered with respect a
column which may have identical values?

Thank you.
Reply With Quote