I'm trying to delete orphan entries in a mysql table.
I have 2 tables like this:
Table files:
| id | .... |
|---|---|
| 1 | .... |
| 2 | .... |
| 7 | .... |
| 9 | .... |
table blob:
| fileid | .... |
|---|---|
| 1 | .... |
| 2 | .... |
| 3 | .... |
| 4 | .... |
| 4 | .... |
| 4 | .... |
| 9 | .... |
The fileid and id columns can be used to join the tables together.
I want to delete all rows in table blob where fileid cannot be found in the table files.id.
So using the example above that would delete rows: 3 & 4(s) in the blob table.
0 answers
Hot tools Tags
Hot Questions
Popular tool
vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation
VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library
PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment
VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library
SublimeText3 Chinese version
Chinese version, very easy to use
Hot Topics
20416
7
13574
4






