mysql - Delete a table id from Several Tables -
i use mysql database web project. have image table , several tables includes image ids image table. want delete image , @ same time need delete image id related table don't know table carry image id. this, think check every table whether row includes image id or not. if includes update null. can easier way?
Comments
Post a Comment