I have the following line:
mysqli_query ($ connection, "DELETE FROM itenspauta where CodItem = $ receecod3");
But it excludes the whole line, and I just wanted to delete just one column from this table. Following table:
I wanted to delete only the routing column when prompted. Anyone have tips?