Not really. You obviously haven't (yet) done anything like
update t1 set status=0; where status=4;
when you wanted to release (set status to 0) objects that are stuck in state 4, and let all other objects keep their existing statuses.
This is an easy mistake to make on command line. I hate GUIs too but not having one doesn't really help when your fundamental operating model is wrong.
This is an easy mistake to make on command line. I hate GUIs too but not having one doesn't really help when your fundamental operating model is wrong.