Connecting Tech Pros Worldwide Help | Site Map

ASK Anyone To Sum total from 25 table

Newbie
 
Join Date: Aug 2007
Location: bandung, indonesia
Posts: 1
#1: Aug 27 '07
I want to ask how to count total data in integer from 25 table?
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#2: Aug 27 '07

re: ASK Anyone To Sum total from 25 table


Quote:

Originally Posted by firizal13

I want to ask how to count total data in integer from 25 table?

Expand|Select|Wrap|Line Numbers
  1. select count(columnName) from tableName 
will count from one table.

What do you mean by "from 25 table"?
Reply