Literals
Description
A literal or constant is a fixed data value, composed of a sequence of characters or a numeric constant. (Redshift SQL Language reference Literals).
Amazon Redshift supports several types of literals, including:
Numeric literals for integer, decimal, and floating-point numbers.
Character literals, also referred to as strings, character strings, or character constants.
Datetime and interval literals, used with datetime data types.
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Know Issues
This functionality is not currently supported in Snowflake, but it will be supported through a future migration.
Related EWIs
There are no known issues.
Last updated