RODBC string getting truncated

后端 未结 3 1191
既然无缘
既然无缘 2021-01-18 11:17

I am fetching data from MySql Server into R using RODBC.
So in one column of the database is a character vector

SELECT MAX(CHAR_LENGTH(column)) FROM req         


        
3条回答
  •  我在风中等你
    2021-01-18 11:32

    Another possibility why the retrieved number of characters might be limited is a 'sanity' check restriction to 65535 bytes in the RODBC package itself -- as mentioned here.

提交回复
热议问题