I declare to a variable equivaclent to cedil
but everytime I export it it's giving me different char. Is there's a way to write U+00C7 which is equivalent to cedill? You help will be much appreciated.
thank you.
Code:
DECLARE @TAB CHAR(1)=char(199)
thank you.
Comment