|
|||||||||||
|
Re: Restrict inserts to meet certain conditions?
From: Rob Wultsch <wultsch(at)gmail.com>
Date: Sun Sep 30 2007 - 02:08:23 EDT
You want a feature like a check constraint: http://www.postgresql.org/docs/8.1/static/ddl-constraints.html which does exist in mysql. A trigger can be used to replicate this feature, in a less than ideal manner...
On 9/29/07, David Zentgraf <deceze@gmail.com> wrote:
-- Rob Wultsch (480)223-2566 wultsch@gmail.com (email/google im) wultsch (aim) wultsch@hotmail.com (msn) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=lists@pantek.comReceived on Sun Sep 30 02:09:06 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:12:54 EDT |
||||||||||
|
|||||||||||