Microsoft sql get this value &lt;1 in place of this <1

hi, please could you help me up, and tell me, why Microsoft sql gets this value &lt;1 when I add or update a table field, in place of this value <1.

At the user interface it shows the right value <1 , but not at the database table.

the field is nvarchar.

how can I fix this?

thank you

You may set the field as “Raw” with the RemoveXSS extension.

thank you. this works.