columnName (FORMAT'99999999.999') (CHAR(12))
How can I format this in deltalake , I searched for to_char method but there is no such method .
Can anyone help me please !
columnName (FORMAT'99999999.999') (CHAR(12))
How can I format this in deltalake , I searched for to_char method but there is no such method .
Can anyone help me please !