Skip to content

NORMALIZE

SELECT NORMALIZE('Ábc');
'Abc'

The NORMALIZE() function is used to transform a text string into a form that can be compared on an equivalent basis. In the provided example, the NORMALIZE function transforms the ‘Á’ character into ‘A’.