Quoting nngau <[EMAIL PROTECTED]>:

Can someone figure out what's going on. This is the only change
I made to this table. Basically I don't want any duplicate rows, so
I setup 4 fields to be my primary key.

If you don't want any duplicate rows, use UNIQUE, all those primary keys will
just take up unwanted space. If you still think these fields should be indexed
due to the large number of hits, then use an INDEX.

Chris White


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to