select annlCount = count() from PDGXK.ent_annl_info 这条语句的annlCount = count()这一块要怎么改能在达梦8中实现同样的功能annlCount这个是个变量
试下select count() into annlCount from PDGXK.ent_annl_info
试下select count() into annlCount from PDGXK.ent_annl_info