Data Types
The data types offered in both SQL and 1010data differ. It is important to know how these data types should be converted in between systems.
| SQL Data Type | 1010data Type |
|---|---|
| Integers | Integer (i) |
| Byteints | |
| Smallints | |
| Booleans | |
| Dates | |
| Times | |
| Timestamps (date + time) | Decimals /Floats (f) |
| Bigints (where the max absolute value is less than 8,000,000,000,000) | |
| Numerics | |
| Bigints (where the max absolute value is greater than 8,000,000,000,000) | String/Alphanumeric (a) |
| Char | |
| Varchar |
