I want to have a dash board page that shows the total counts of info from certain columns but just can not get it to work
"SELECT count(*) AS total_rows, count (MovieDvd) as total_dvd where MovieDvd = 1 from dbo.t_contacts "
Total Rows Move DVD Interest
100 64
any ideas
right...
I am trying to pull contacts based on a radius of zipcodes.
I can do this my manually putting the ZipCodes in the Queries fine.
select Company,FirstName,LastName,Phone,ZipCode
From dbo.t_contacts
Where Church = '1'and
ZipCode in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.