hi everyone..
i need delete two related table from mysql database,
but i am found and error..
this following my sql language :
DELETE FROM X INNER JOIN Y ON X.ID = Y.ID WHERE Y.No = 144;
i found an error in INNER JOIN syntax..
but i have successfully displaying 2 Related table in SELECT syntax..
my question..
any other way two delete two related table like above??..,
sorry if i ask out of topic..
need help... :)




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

Reply via email to