Unix Technical Forum

count text matches

This is a discussion on count text matches within the MySQL forums, part of the Database Server Software category; --> Forgive me, I haven't done many complex SQL calls like this. I have a form where text is entered ...


Go Back   Unix Technical Forum > Database Server Software > MySQL

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 11:29 AM
mtuller
 
Posts: n/a
Default count text matches

Forgive me, I haven't done many complex SQL calls like this. I have a
form where text is entered into the database. First name, middle
initial, and last name. I want to be able to do a count on the
matches. For example, I have something like this:


John A Smith
Mike J Nelson
Anna K Olsen
John A Smith

What I want to do is count the number of times that each are in the
database. John A Smith would be 2, Mike J Nelson would be 1, etc.

How do I do a count in a single table when I don't know what to match
to? I don't neccessarly need code, just a direction to look into.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-28-2008, 11:29 AM
Paul Lautman
 
Posts: n/a
Default Re: count text matches

mtuller wrote:
> Forgive me, I haven't done many complex SQL calls like this. I have a
> form where text is entered into the database. First name, middle
> initial, and last name. I want to be able to do a count on the
> matches. For example, I have something like this:
>
>
> John A Smith
> Mike J Nelson
> Anna K Olsen
> John A Smith
>
> What I want to do is count the number of times that each are in the
> database. John A Smith would be 2, Mike J Nelson would be 1, etc.
>
> How do I do a count in a single table when I don't know what to match
> to? I don't neccessarly need code, just a direction to look into.


Look at GROUP BY and COUNT(*)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:33 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com