mardi 7 avril 2015

Can select individual columns but not select *

I have a SQLite DB that have a corrupted table somehow. I can't access the table in my sqlite gui tool but when I query the same table with just a single column, I get the value fine.


So this do NOT work:



select * from table


This DOES work:



select column from table


Any suggestions how this can happen? Any suggestion for any analysis tool for the actual file?


Aucun commentaire:

Enregistrer un commentaire