以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 进行分组统计时,如何将备注类型列作为分组列? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=140419) |
-- 作者:guosheng -- 发布时间:2019/9/5 13:24:00 -- 进行分组统计时,如何将备注类型列作为分组列? …… b.Groups.AddDef("房间名称") ……
|
-- 作者:有点蓝 -- 发布时间:2019/9/5 13:49:00 -- 到后台数据库把提示有问题的列的列类型从ntext改为nvarchar(max),或者nvarchar(8000以内的值) |