online表单使用常见问题
最后更新于:2022-04-02 07:20:23
#### 1.`sqlserver`中字段类型配置成`text`类型,就不能设置成查询条件,走查询会报类型不匹配的错:
`nested exception is
com.microsoft.sqlserver.jdbc.SQLServerException: The data types ntext and nvarchar are incompatible in the equal to operator.
`
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/5a/42/5a42c20337611c2d3580ac50f79f37f9_1024x322.png)
';