从文档中,
typeof(X)函数返回一个字符串,该字符串指示表达式X的数据类型:“ null”,“ integer”,“ real”,“ text”或“
blob”。
您可以使用
where typeof(mycolumn) = "integer"

从文档中,
typeof(X)函数返回一个字符串,该字符串指示表达式X的数据类型:“ null”,“ integer”,“ real”,“ text”或“
blob”。
您可以使用
where typeof(mycolumn) = "integer"