- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
For a table having data as the following:
I'm using the following query and grouping by
PHP:
This is giving me the following output:
Code:
user_id |
---|
2 |
4 |
1 |
5 |
6 |
3 |
1 |
6 |
I'm using the following query and grouping by
user_id
PHP:
This is giving me the following output:
Code:
نام موضوع : Group and order by count?