These were previously only documented in the context of date/time formats.
-
+
Functions and Operators
+ Certain modifiers can be applied to any template pattern to alter its
+ behavior. For example, FM9999
+ is the 9999 pattern with the
+ FM modifier.
+ shows the
+ modifier patterns for numeric formatting.
+
+
+
+
Template Pattern Modifiers for Numeric Formatting
+
+
+ |
+ Modifier
+ Description
+ Example
+
+
+
+ |
+ FM prefix
+ fill mode (suppress padding blanks and zeroes)
+ FM9999
+
+ |
+ TH suffix
+ uppercase ordinal number suffix
+ 999TH
+
+ |
+ th suffix
+ lowercase ordinal number suffix
+ 999th
+
+
+
+
+
shows some
examples of the use of the to_char function.