MONTHNAME
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns a character string containing the name of the month (for example, January through December) for the month portion of date_expression. The argument date_expression can be the name of a column, the result of another scalar function, or a date or timestamp literal.
Syntax
|
Example
In
this example, which illustrates the MONTHNAME function,
the query returns all rows where the name of the month in the order_date column
is equal to ‘June':
|
Compatibility
ODBC compatible