SnowConvert AI - Netezza - Data types¶
Current Data types conversion for Netezza to Snowflake.
The following data types are specific to Netezza. For more information please refer to the PostgreSQL & based languages data types documentation.
| Netezza | Snowflake |
|---|---|
| DOUBLE | DOUBLE |
| BYTEINT | BYTEINT |
| INT1 | BYTEINT Notes: This type is an alias of BYTEINT at Netezza. |
| TIMESPAN | VARCHAR Notes: This type is an alias of INTERVAL at Netezza. This data type is not supported in Snowflake. VARCHAR is used instead. For more information please refer to SSC-EWI-0036. |
Related EWIs¶
- SSC-EWI-0036: Data type converted to another data type.