Hi r937,
thanks for your reply.
my provider runs
mysql Ver 12.22 Distrib 4.0.20, for pc-linux (i686)
Would you tell me the temp table solution?
Thanks a lot, Jan
Hi again,
thanks for your reply.
I think i didn't make myself clear enough.
Your hint
select customer_ID, amount from sales order by amount DESC
gives
+-------------+--------+
| customer_id | amount |
+-------------+--------+
| 2 | 2000 |
| 1 | 1000 |
| 1 |...
Hi all,
I have been around sql quite some time now, but still I need help with little things.
Consider the following table sales
+-------------+--------+
| customer_id | amount |
+-------------+--------+
| 1 | 1000 |
| 2 | 10 |
| 2 | 2000 |
| 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.