Connecting Tech Pros Worldwide Forums | Help | Site Map

Count of value

Newbie
 
Join Date: Oct 2008
Posts: 1
#1: Oct 5 '08
Hi ,
Can anybody help in in finding count of value in a column.

suppose
test is a column and in it value are seperated by comma (''krishna","vijay",.......)

Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,754
#2: Oct 6 '08

re: Count of value


Hi.

Unless you are looking for something like:
Expand|Select|Wrap|Line Numbers
  1. SELECT COUNT(myColum) FROM myTable
  2.  
you are going to have to be a lot more specific.

How does your table look like? (The CREATE statement you used would be great)
What does the data you are trying to count look like?

What have you tried so far?
Reply