Hi All

In MySql 3.23.51 , i was able to add values into the child table

I have created a table parent and also another table child where parentid
 column in child is a foreign key to the id column in parent table
 It was possible that i have no entries in parent table , and i was able to
insert
 null values for parentid in child table..

This was a feature in 3.23.51 whereas this was not available in 3.23.49

When i tried MySQL 4.0.1 , i was shocked to see that i was not able to
insert null values in the child table which was supported in 3.23.51

Any ideas

-Arul

sql,query



---------------------------------------------------------------------
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