Maybe I missed this somewhere.. but how do you drop a whole row or update a whole row with nulls easily? I understand how to do updates.. but I'd prefer not to have to do update table set col1 = null, col2 = null, col3 = null,........ col100 = null where col1 = "25" or something..
Travis