Jump to content

odd query


AV1611

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.