Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一张有几行的桌子。数据类型未在表结构中设置,有些行是整数,有些是 BLOB。
我怎么知道是什么?我正在使用C API。
sqlite3_column_type为所有行提供相同的数据类型,这是不正确的。
sqlite3_column_type
sqlite3_column_*
typeof