CartoDB / odbc_fdw

PostgreSQL Foreign-data Wrapper for ODBC
Other
66 stars 22 forks source link

select count(*) against a 133 million rows table returns error #91

Closed sravikrishna3 closed 2 years ago

sravikrishna3 commented 5 years ago

PG 10.5. Foreign table referring to DB2 10.5.9 on Linux.

When I run select count(*) from a foreign table it returns ERROR: invalid input syntax for type numeric: " "

Attached is the trace file. fdw_trace.txt