You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not support all data types at the moment. This is partly because R does not have suitable equivalents for everything. In that case, it would help if you cast the column to another type beforehand.
Hi Team,
I am getting error while running select query.
DB Version :
ClickHouse 21.11.3.6
Snippet :
output <- dbGetQuery(con, "select * from myTable limit 10")
Error :
Error in select(conn@ptr, statement) : unsupported column type: points�Int64
Kindly suggest.
The text was updated successfully, but these errors were encountered: