I have used this command on cable table for two fields EndString, GeneralFormat
UPDATE cable
SET EndString = ''
but when I select the cable table I saw this
The EndString and GeneralFormat is filled with some values and have the length of 2.
what could be the reason?