Changes between Version 1 and Version 2 of Ticket #27397, comment 24


Ignore:
Timestamp:
Nov 7, 2016, 5:38:58 AM (7 years ago)
Author:
Ramin Farajpour Cami

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27397, comment 24

    v1 v2  
    2626INTEGER. The value is a signed integer, stored in 1, 2, 3, 4, 6, or 8 bytes depending on the magnitude of the value.
    2727
     28REAL. The value is a floating point value, stored as an 8-byte IEEE floating point number.
     29
    2830That is, you can only store values from `2**63` to `(2**63-1) `
    2931
Back to Top