C
Curious
Hi,
I have a DataTable with three columns (2 int, and 1 string). Now I
would like a query that return the total number of different integers
in one of the interger columns.
For example
Name Age Class
A 12 4
B 13 5
C 11 3
D 12 3
Now if I select the total number of different integers in the Age
column the answer is 3(because 11, 12 ,13).
I hope someone understands my problem.
Can some one help me out
Thanks in Advance
I have a DataTable with three columns (2 int, and 1 string). Now I
would like a query that return the total number of different integers
in one of the interger columns.
For example
Name Age Class
A 12 4
B 13 5
C 11 3
D 12 3
Now if I select the total number of different integers in the Age
column the answer is 3(because 11, 12 ,13).
I hope someone understands my problem.
Can some one help me out
Thanks in Advance