I have three tables:
estate_field_data
estate_field_types
estate_fields
And the only input i have from the browser is estate_field_types.ID = 3
estate_fields contains a definition for estate_field_types.ID => estate_fields.FieldType
But estate_field_data does not have a definition for the estate_field_types.ID, but instead a estate_field_data.FieldID => estate_fields.ID
How can I delete from all three rows with this single value?
Thank you! :-)