Neil, Thursday, February 21, 2002, 12:18:27 AM, you wrote:
NZ> Hello, NZ> I searched the manual but it seems like MySQL does not support ANSI SQL NZ> CHECK constraints. These are often used to check that rows inserted into NZ> tables meet specified criteria. For example table T created as follows NZ> CREATE TABLE T ( NZ> X INT, NZ> CHECK (X <= 10) NZ> ); Yes, you are right. CHECK clause do nothing. Look at: http://www.mysql.com/doc/C/R/CREATE_TABLE.html -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- 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