- Databricks SQL
- BigQuery
- Snowflake
String data
Alteryx has four data types for strings:String, WString, V_String, V_WString.In Prophecy, all strings can be handled with the SQL data type STRING.Numeric data
Alteryx has seven numeric types:Byte, Int16, Int32, Int64, Fixed Decimal, Float, Double.DateTime data
Alteryx has three DateTime data types:Date, Time, DateTime.Precision and range differences
- Databricks supports wider date ranges (year 0001–9999).
- Alteryx cannot process dates earlier than 1400.
- Casting from strings must match the expected format.

