I have the following situation -> I want to insert the following information in the bank -> Q₇¸₁₀ but in the bank this information is inserted so -> Q7¸10 This is harming users in reports, I already changed the type of field to nvarchar, I already used the function to_nchar(string) more none of this worked.
Would anyone know a solution for this via bank? I think it can also be some sqltools configuration, because when I try to paste the information -> Q₇¸₁₀, it loses formatting, resulting in -> Q7¸10
thanks!
The CHR () function shows the specific character according to ASCII.
You can also check which ASCII table number corresponds to a particular character: