Sql Count
Join the DZone community and get the full member experience.
Join For Free// description of your code here
select count (*) as total from bppersondisabledstandardsetups group by setuptype;
select distinct bppersondisabledstandardsetups.setuptype from bppersondisabledstandardsetups;
select max(objid) from sdfields;
sql
Opinions expressed by DZone contributors are their own.
Comments