The alphabetic switch argument has no documented ST_NumberFormat equivalent.
Include the text: "Corresponds to an ST_NumberFormat enumeration value of lowerLetter."
Page 1501 Part 4, Section 2.16.4.3 General formatting
te
Proposed Disposition of DIS 29500 Comment BR-0016 (Modified: 2007-11-29) Agreed; the following change will be made to Part 4, section 2.16.4.3, page 1501: alphabetic Formats a numeric result as one or more occurrences of an lowercase alphabetic Latin character. Value 1 results in the letter a, value 2 results in the letter b, and so on up to value 26, which results in the letter z. For values greater than 26, 26 is repeatedly subtracted from the value until the result is 26 or less. The result value determines which letter to use, and the same letter is repeated for each time 26 was subtracted from the original value. [Example: =52 \* alphabetic results in "zz" as subtracting 26 from 52 one time, produces results in the value 26, which is represented by the letter z.. end example] Corresponds to an ST_NumberFormat enumeration value of lowerLetter . Similar Comments: FR-0087
