BubikolRamios
10-02-2011, 11:35 AM
I cant't find anything on net about that. Surprised that MySQL does not have that build in.
possible usage:
not normalized db, in which case we would not need ON DUPLICATE KEY DELETE:
id val
1 on
2 of
3 null
4 on
....
normalized db
master:
id
1
2
3
4
....
detail:
id
1
3
....
possible usage:
not normalized db, in which case we would not need ON DUPLICATE KEY DELETE:
id val
1 on
2 of
3 null
4 on
....
normalized db
master:
id
1
2
3
4
....
detail:
id
1
3
....