<<
Select count distinct chkdate into vcount from emppay where quarter = 4 Does 
not work.
>>

Does

Select count (distinct chkdate) into vcount from emppay where quarter = 4

work?  

--
Larry

Reply via email to