Thanks for the reply.
CASCADE means that the data is deleted also in parent and child tables, RESTRICT means that only parent data is deleted. Changing the default RESTRICT does nothing, the data is still there
Any other option?
UPD: i've managed to delete data with
UPDATE TABLE table SET column = NULLBut issue is still open, why %DELDATA do nothing
- Log in to post comments
