UPDATE tabe_1 SET col_time = NULL WHERE [CONDITION];
You're going to find some problems when dealing with NULL values, pawn doesn't allow NULLS in float/integers, so always keep your guard up when fetching data, make good use of this function: cache_is_value_index_null.