shabeeralimd Posted December 7, 2007 Share Posted December 7, 2007 Hai, How to delete a column from mutiple tables for example in my database there r 3 tables in 3 tables user_id is common so how to delete the user_id from there 3 tables for 1 click any one can help............... Link to comment https://forums.phpfreaks.com/topic/80610-how-to-delete-a-column-from-mutiple-tables/ Share on other sites More sharing options...
fenway Posted December 7, 2007 Share Posted December 7, 2007 In principle, you can use a multi-table delete if you can join the tables based on this user_id... check the refman, though, the syntax is a little funny. Link to comment https://forums.phpfreaks.com/topic/80610-how-to-delete-a-column-from-mutiple-tables/#findComment-408822 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.