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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -