ASCII

Computes ascii codepoint of first character.

Category: String Functions

Syntax

ASCII(str)

Arguments

  • str varchar Input string value.

Returns

integer — Returns the computed result as integer.