Jump to content

[SOLVED] Count double rows


Miko

Recommended Posts

Hello,

 

i'm building a query that counts how many records I have in my database, this by using a code.

 

My query:

 

SELECT * FROM DB WHERE scan = '5' AND nr BETWEEN 'x' AND 'y'

 

Now the scan is not a variable so it is always 5, but the x and y are variables.

 

So I can get these rows for exemple:

 

5000

5002

5002

5002

5003

5006

5008

5008

5010

 

etc etc ..

 

Now I would like to count those that are double.

I know that I should do this with a count:

 

SELECT COUNT(field)AS test FROM DB .......

 

But I'm a bit stuck here :(

Anyone knows how I can do that?

 

Thanks :)

Link to comment
Share on other sites

um...can you clarrify what exactly you want outputted? If your table was like this:

5000
5002
5002
5002
5003
5006
5008
5008
5010

 

what number do you want? the select query i gave you will return each unique nr and how many there are of each. do you want 2 insetad (which is the number of nr's that have at least doubles)? or 5 (which is the number of rows that have duplicates)?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.