请大家帮我看看,这条查询语句错在哪里?
strSql = "select t.size ,count(t.ctnno) as Tctnno from (select distinct ctnno,size from ctnclp where ccd <> 'E') as t group by size"
该语句执行查询总是提示,From 子名错误。
...全文
355打赏收藏
Sql 查询语句
请大家帮我看看,这条查询语句错在哪里? strSql = "select t.size ,count(t.ctnno) as Tctnno from (select distinct ctnno,size from ctnclp where ccd 'E') as t group by size" 该语句执行查询总是提示,From 子名错误。