delete multiple query

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi guys ,
Maybe this question was posted earlier but I could not find it
I have couple of tables
tblCountry
tblCity
tblStreet
tblUser
I have foreign keys
tblUser.street_FK = tblStreet.street_id
tblStreet.city_FK = tblCity.city_id
tblCity.country_FK = tblCountry.country_id
I have PHP Version 4.3.2 and MySql 3.23.49
I need when I delete country a want to delete cities under that country
streets under that city and users under streets
thanx

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux