We allow aliases that can be used interchangeably with the primary data types. However, while these aliases can be used, they will be mapped to their corresponding primary data types during data processing. Here, we’ll discuss the numeric data type aliases:Documentation Index
Fetch the complete documentation index at: https://docs.oxla.com/llms.txt
Use this file to discover all available pages before exploring further.
INTEGER Alias
TheINTEGER alias is an alternative name for the INT data type. For example, the following two queries are functionally the same:
LONG Alias
TheLONG alias is often used to represent larger integer values. For example:
FLOAT Alias
TheFLOAT alias corresponds to the REAL data type. For example:
DOUBLE Alias
TheDOUBLE alias is used to define DOUBLE PRECISION floating-point numbers. For example: