Get the ASCII value of a character in Redshift -


i trying find ascii value of character string. looking opposit of chr, chr(65)= a. fn(a) should return 65. not find function in redshift sql manual.

closest find is:

ascii deprecated leader node–only function.

you write python user-defined function returns character given ascii value.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -