Hi,

>   I'm looking for using FIELD CONSTRAINTS on Mysql but I can´t find it ...
Doesn´t Mysql implement it??
>
>   For example:
>   age int > 0

MySQL doesn't support declarative CHECK CONSTRAINTs,
you could use triggers as a workaround.

Martijn Tonies
Database Workbench - development tool for MySQL, and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com


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

Reply via email to