I can’t find where in the code a query is triggered and was wondering if there is a mysql configuration that will reject that query when it is triggered? For example, in my situation it is UPDATE table SET col1 = NULL, col2 = NULL, col3 = NULL … PLEASE HELP!!!
I can’t find where in the code a query is triggered and was wondering
Share
As mentioned above, you can use a trigger; just call a non-existent procedure to raise an error when the desired criteria are met.