At 10:27 -0800 1/8/03, Steven Nakhla wrote:
Aside from designating a row as a primary key, is
their any SQL syntax to force that entries within a
row are unique (such as a string value)?  Thanks!

Steve Nakhla
Well, other than using a PRIMARY KEY, you can use a
UNIQUE index, but aside from a couple of small things,
they're pretty much the same thing.

You can use them on string columns, if that's what
you're wondering.

---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to