Purpose
Returns a character string made up of the lowest character in the collating sequence.
Parameters
x is an expression whose value is a non-negative integer.
Examples
LOW(3) /* Returns a character string whose length
is equal to 3 characters and in which
each character is hexadecimal 00. */
Description
The LOW function returns a character string of length x, in which each character is the lowest character in the collating sequence (hex 00).
The LOW function uses a 256-byte collating string.
The value of x must be non-negative. If x = 0, the result is the null character string.