That one really doesn’t look wrong.
Might be just easier to set those columns to null: UPDATE ports SET ifInUcastPkts_delta=0, ifOutUcastPkts_delta=0;
. The data will be populated again within 2 polls. Just re-run the alter queries straight after.
That one really doesn’t look wrong.
Might be just easier to set those columns to null: UPDATE ports SET ifInUcastPkts_delta=0, ifOutUcastPkts_delta=0;
. The data will be populated again within 2 polls. Just re-run the alter queries straight after.