How to find total email from my table

Posted by Pcjoshi under ASP.NET on 9/26/2012 | Points: 10 | Views : 1439 | Status : [Member] | Replies : 4
hi,
A table having many contact when i am sending mail they are coming one by one .may i know how i can count total no
of mail which i have send . i need code i am using 3 tier .




Responses

Posted by: Hariinakoti on: 9/26/2012 [Member] Starter | Points: 25

Up
0
Down
select count(mail) from tbl_name;

Thanks & Regards
Hari

Pcjoshi, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Hariinakoti on: 9/26/2012 [Member] Starter | Points: 25

Up
0
Down
Plz Mark As Answer if u satisfy with my answer

Thanks & Regards
Hari

Pcjoshi, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Pcjoshi on: 9/26/2012 [Member] Starter | Points: 25

Up
0
Down
this is ok when i want to count my table total email id .
actually i have table through this table i pick total email and insert it another table where column name is total_count
how it will possible using asp.net

Pcjoshi, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Hariinakoti on: 9/26/2012 [Member] Starter | Points: 25

Up
0
Down
take one dummy table with total_count column after that join both tables.then u'll get both.

Thanks & Regards
Hari

Pcjoshi, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response