mysql - Excel ODBC connection drops columns -
i'm using excel odbc connection query editor retrieve data view have on mysql. excel ignoring 1 column should contain char(7) calculated other column. can happening here?
the query i'm sending select * view
.
the solution ensuring none of fields represented mysql type blob
, therefore representable in excel.
Comments
Post a Comment