We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9760f89 commit b36e9afCopy full SHA for b36e9af
presto-docs/src/main/sphinx/connector/singlestore.rst
@@ -103,9 +103,9 @@ Map of SingleStore types to the relevant PrestoDB types:
103
* - ``CHAR(len)``
104
- ``CHAR(len)``
105
* - ``MEDIUMTEXT``
106
- - ``VARCHAR(len) 21845 < len < 5592405``
+ - ``VARCHAR(len) 21845 <= len < 5592405``
107
* - ``LARGETEXT``
108
- - ``VARCHAR(len) 5592405 < len < 1431655765``
+ - ``VARCHAR(len) 5592405 <= len < 1431655765``
109
* - ``MEDIUMBLOB``
110
- ``VARBINARY``
111
* - ``UUID``
0 commit comments