Jump to content

Recommended Posts

let's say you had a table with 2 fields:

 

item    qty

a          3

b          17

c          4

d          1

e          1

f          2

 

 

Now I need to do something strange:

 

I need to select the 3 max qty's i order (that's easy) then I need to give the total of all the rest as a single qty.

 

so I would end of with:

 

item    qty

b          17

c          4

a          3

other    4

 

Can I do it with just queries?  Hint?  Anything would help at this point before I write a really LOOOOONG script to do it in my caveman style script writing :P

 

(Q: can one do a query that select 4th largest or lower?)

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/63089-odd-query/
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.