Table of Contents
举例
回复内容:
Home Backend Development PHP Tutorial mysql - PHP数据排序问题?

mysql - PHP数据排序问题?

Jun 06, 2016 pm 08:13 PM
mysql php

我正在做一个学生成绩排名的功能,导入原生成绩数据(语文、数学、英语、物理、化学、生物、历史、地理、政治)然后计算出每位同学的各科班级排名和各科年级排名情况,后期支持导出数据(原生成绩+成绩单科班级排名+成绩单科年级排名)。

举例

考号 年级 班级 语文 语文班名次 语文级名次
1 1 1 70
2 1 2 80
3 1 2 90
4 1 1 70
5 1 2 80
6 1 3 81
7 1 1 70
8 1 2 80
9 1 3 90
10 1 1 70
11 1 2 80
12 1 2 90
13 1 1 70
14 1 3 81
15 1 2 90
  1. 排名是在导入数据时php处理,还是导入原始数据后再用mysql处理,给一个示例一下,谢谢

  2. 相同分数名次相同如何处理

补充一个php做的分数排序,如何和排名序号结合起来?同分一样如何处理呢?(为了自己认识全是中文键名)
yuwenji:语文分数年级排序
yuwenban[1]:1班语文分数排序
依次类推

Array
(
    [yuwenji] => Array
        (
            [111111000000000009] => 60
            [111111000000000008] => 60
            [111111000000000011] => 60
            [111111000000000012] => 60
            [111111000000000013] => 60
            [111111000000000007] => 60
            [111111000000000006] => 60
            [111111000000000002] => 60
            [111111000000000001] => 60
            [111111000000000003] => 60
            [111111000000000004] => 60
            [111111000000000005] => 60
            [111111000000000010] => 60
        )

    [yuwenban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 60
                    [111111000000000011] => 60
                    [111111000000000004] => 60
                    [111111000000000003] => 60
                    [111111000000000002] => 60
                    [111111000000000010] => 60
                )

            [1] => Array
                (
                    [111111000000000008] => 60
                    [111111000000000007] => 60
                    [111111000000000006] => 60
                    [111111000000000005] => 60
                    [111111000000000001] => 60
                )

            [3] => Array
                (
                    [111111000000000013] => 60
                    [111111000000000012] => 60
                )

        )

    [shuxueji] => Array
        (
            [111111000000000009] => 65
            [111111000000000008] => 65
            [111111000000000011] => 65
            [111111000000000012] => 65
            [111111000000000013] => 65
            [111111000000000007] => 65
            [111111000000000006] => 65
            [111111000000000002] => 65
            [111111000000000001] => 65
            [111111000000000003] => 65
            [111111000000000004] => 65
            [111111000000000005] => 65
            [111111000000000010] => 65
        )

    [shuxueban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 65
                    [111111000000000011] => 65
                    [111111000000000004] => 65
                    [111111000000000003] => 65
                    [111111000000000002] => 65
                    [111111000000000010] => 65
                )

            [1] => Array
                (
                    [111111000000000008] => 65
                    [111111000000000007] => 65
                    [111111000000000006] => 65
                    [111111000000000005] => 65
                    [111111000000000001] => 65
                )

            [3] => Array
                (
                    [111111000000000013] => 65
                    [111111000000000012] => 65
                )

        )

    [englishji] => Array
        (
            [111111000000000009] => 99
            [111111000000000008] => 99
            [111111000000000011] => 99
            [111111000000000012] => 99
            [111111000000000013] => 99
            [111111000000000007] => 99
            [111111000000000006] => 99
            [111111000000000002] => 99
            [111111000000000001] => 99
            [111111000000000003] => 99
            [111111000000000004] => 99
            [111111000000000005] => 99
            [111111000000000010] => 99
        )

    [englishban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 99
                    [111111000000000011] => 99
                    [111111000000000004] => 99
                    [111111000000000003] => 99
                    [111111000000000002] => 99
                    [111111000000000010] => 99
                )

            [1] => Array
                (
                    [111111000000000008] => 99
                    [111111000000000007] => 99
                    [111111000000000006] => 99
                    [111111000000000005] => 99
                    [111111000000000001] => 99
                )

            [3] => Array
                (
                    [111111000000000013] => 99
                    [111111000000000012] => 99
                )

        )

    [wuliji] => Array
        (
            [111111000000000009] => 99
            [111111000000000008] => 99
            [111111000000000011] => 99
            [111111000000000012] => 99
            [111111000000000013] => 99
            [111111000000000007] => 99
            [111111000000000006] => 99
            [111111000000000002] => 99
            [111111000000000001] => 99
            [111111000000000003] => 99
            [111111000000000004] => 99
            [111111000000000005] => 99
            [111111000000000010] => 99
        )

    [wuliban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 99
                    [111111000000000011] => 99
                    [111111000000000004] => 99
                    [111111000000000003] => 99
                    [111111000000000002] => 99
                    [111111000000000010] => 99
                )

            [1] => Array
                (
                    [111111000000000008] => 99
                    [111111000000000007] => 99
                    [111111000000000006] => 99
                    [111111000000000005] => 99
                    [111111000000000001] => 99
                )

            [3] => Array
                (
                    [111111000000000013] => 99
                    [111111000000000012] => 99
                )

        )

    [huaxueji] => Array
        (
            [111111000000000009] => 99
            [111111000000000008] => 99
            [111111000000000011] => 99
            [111111000000000012] => 99
            [111111000000000013] => 99
            [111111000000000007] => 99
            [111111000000000006] => 99
            [111111000000000002] => 99
            [111111000000000001] => 99
            [111111000000000003] => 99
            [111111000000000004] => 99
            [111111000000000005] => 99
            [111111000000000010] => 99
        )

    [huaxueban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 99
                    [111111000000000011] => 99
                    [111111000000000004] => 99
                    [111111000000000003] => 99
                    [111111000000000002] => 99
                    [111111000000000010] => 99
                )

            [1] => Array
                (
                    [111111000000000008] => 99
                    [111111000000000007] => 99
                    [111111000000000006] => 99
                    [111111000000000005] => 99
                    [111111000000000001] => 99
                )

            [3] => Array
                (
                    [111111000000000013] => 99
                    [111111000000000012] => 99
                )

        )

    [shengwuji] => Array
        (
            [111111000000000009] => 99
            [111111000000000008] => 99
            [111111000000000011] => 99
            [111111000000000012] => 99
            [111111000000000013] => 99
            [111111000000000007] => 99
            [111111000000000006] => 99
            [111111000000000002] => 99
            [111111000000000001] => 99
            [111111000000000003] => 99
            [111111000000000004] => 99
            [111111000000000005] => 99
            [111111000000000010] => 99
        )

    [shengwuban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 99
                    [111111000000000011] => 99
                    [111111000000000004] => 99
                    [111111000000000003] => 99
                    [111111000000000002] => 99
                    [111111000000000010] => 99
                )

            [1] => Array
                (
                    [111111000000000008] => 99
                    [111111000000000007] => 99
                    [111111000000000006] => 99
                    [111111000000000005] => 99
                    [111111000000000001] => 99
                )

            [3] => Array
                (
                    [111111000000000013] => 99
                    [111111000000000012] => 99
                )

        )

    [lishiji] => Array
        (
            [111111000000000013] => 81
            [111111000000000012] => 80
            [111111000000000011] => 79
            [111111000000000009] => 78
            [111111000000000008] => 77
            [111111000000000007] => 76
            [111111000000000006] => 75
            [111111000000000005] => 74
            [111111000000000004] => 73
            [111111000000000003] => 72
            [111111000000000002] => 71
            [111111000000000001] => 70
            [111111000000000010] => 69
        )

    [lishiban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 79
                    [111111000000000009] => 78
                    [111111000000000004] => 73
                    [111111000000000003] => 72
                    [111111000000000002] => 71
                    [111111000000000010] => 69
                )

            [1] => Array
                (
                    [111111000000000008] => 77
                    [111111000000000007] => 76
                    [111111000000000006] => 75
                    [111111000000000005] => 74
                    [111111000000000001] => 70
                )

            [3] => Array
                (
                    [111111000000000013] => 81
                    [111111000000000012] => 80
                )

        )

    [diliji] => Array
        (
            [111111000000000013] => 81
            [111111000000000012] => 80
            [111111000000000011] => 79
            [111111000000000009] => 78
            [111111000000000008] => 77
            [111111000000000007] => 76
            [111111000000000006] => 75
            [111111000000000005] => 74
            [111111000000000004] => 73
            [111111000000000003] => 72
            [111111000000000002] => 71
            [111111000000000001] => 70
            [111111000000000010] => 69
        )

    [diliban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 79
                    [111111000000000009] => 78
                    [111111000000000004] => 73
                    [111111000000000003] => 72
                    [111111000000000002] => 71
                    [111111000000000010] => 69
                )

            [1] => Array
                (
                    [111111000000000008] => 77
                    [111111000000000007] => 76
                    [111111000000000006] => 75
                    [111111000000000005] => 74
                    [111111000000000001] => 70
                )

            [3] => Array
                (
                    [111111000000000013] => 81
                    [111111000000000012] => 80
                )

        )

    [zhengzhiji] => Array
        (
            [111111000000000013] => 81
            [111111000000000012] => 80
            [111111000000000011] => 79
            [111111000000000009] => 78
            [111111000000000008] => 77
            [111111000000000007] => 76
            [111111000000000006] => 75
            [111111000000000005] => 74
            [111111000000000004] => 73
            [111111000000000003] => 72
            [111111000000000002] => 71
            [111111000000000001] => 70
            [111111000000000010] => 69
        )

    [zhengzhiban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 79
                    [111111000000000009] => 78
                    [111111000000000004] => 73
                    [111111000000000003] => 72
                    [111111000000000002] => 71
                    [111111000000000010] => 69
                )

            [1] => Array
                (
                    [111111000000000008] => 77
                    [111111000000000007] => 76
                    [111111000000000006] => 75
                    [111111000000000005] => 74
                    [111111000000000001] => 70
                )

            [3] => Array
                (
                    [111111000000000013] => 81
                    [111111000000000012] => 80
                )

        )

    [wenzongji] => Array
        (
            [111111000000000013] => 243
            [111111000000000012] => 240
            [111111000000000011] => 237
            [111111000000000009] => 234
            [111111000000000008] => 231
            [111111000000000007] => 228
            [111111000000000006] => 225
            [111111000000000005] => 222
            [111111000000000004] => 219
            [111111000000000003] => 216
            [111111000000000002] => 213
            [111111000000000001] => 210
            [111111000000000010] => 207
        )

    [wenzongban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 237
                    [111111000000000009] => 234
                    [111111000000000004] => 219
                    [111111000000000003] => 216
                    [111111000000000002] => 213
                    [111111000000000010] => 207
                )

            [1] => Array
                (
                    [111111000000000008] => 231
                    [111111000000000007] => 228
                    [111111000000000006] => 225
                    [111111000000000005] => 222
                    [111111000000000001] => 210
                )

            [3] => Array
                (
                    [111111000000000013] => 243
                    [111111000000000012] => 240
                )

        )

    [lizongji] => Array
        (
            [111111000000000009] => 297
            [111111000000000008] => 297
            [111111000000000011] => 297
            [111111000000000012] => 297
            [111111000000000013] => 297
            [111111000000000007] => 297
            [111111000000000006] => 297
            [111111000000000002] => 297
            [111111000000000001] => 297
            [111111000000000003] => 297
            [111111000000000004] => 297
            [111111000000000005] => 297
            [111111000000000010] => 297
        )

    [lizongban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 297
                    [111111000000000011] => 297
                    [111111000000000004] => 297
                    [111111000000000003] => 297
                    [111111000000000002] => 297
                    [111111000000000010] => 297
                )

            [1] => Array
                (
                    [111111000000000008] => 297
                    [111111000000000007] => 297
                    [111111000000000006] => 297
                    [111111000000000005] => 297
                    [111111000000000001] => 297
                )

            [3] => Array
                (
                    [111111000000000013] => 297
                    [111111000000000012] => 297
                )

        )

    [zongfenji] => Array
        (
            [111111000000000013] => 764
            [111111000000000012] => 761
            [111111000000000011] => 758
            [111111000000000009] => 755
            [111111000000000008] => 752
            [111111000000000007] => 749
            [111111000000000006] => 746
            [111111000000000005] => 743
            [111111000000000004] => 740
            [111111000000000003] => 737
            [111111000000000002] => 734
            [111111000000000001] => 731
            [111111000000000010] => 728
        )

    [zongfenban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 758
                    [111111000000000009] => 755
                    [111111000000000004] => 740
                    [111111000000000003] => 737
                    [111111000000000002] => 734
                    [111111000000000010] => 728
                )

            [1] => Array
                (
                    [111111000000000008] => 752
                    [111111000000000007] => 749
                    [111111000000000006] => 746
                    [111111000000000005] => 743
                    [111111000000000001] => 731
                )

            [3] => Array
                (
                    [111111000000000013] => 764
                    [111111000000000012] => 761
                )

        )

)
Copy after login
Copy after login

回复内容:

我正在做一个学生成绩排名的功能,导入原生成绩数据(语文、数学、英语、物理、化学、生物、历史、地理、政治)然后计算出每位同学的各科班级排名和各科年级排名情况,后期支持导出数据(原生成绩+成绩单科班级排名+成绩单科年级排名)。

举例

考号 年级 班级 语文 语文班名次 语文级名次
1 1 1 70
2 1 2 80
3 1 2 90
4 1 1 70
5 1 2 80
6 1 3 81
7 1 1 70
8 1 2 80
9 1 3 90
10 1 1 70
11 1 2 80
12 1 2 90
13 1 1 70
14 1 3 81
15 1 2 90
  1. 排名是在导入数据时php处理,还是导入原始数据后再用mysql处理,给一个示例一下,谢谢

  2. 相同分数名次相同如何处理

补充一个php做的分数排序,如何和排名序号结合起来?同分一样如何处理呢?(为了自己认识全是中文键名)
yuwenji:语文分数年级排序
yuwenban[1]:1班语文分数排序
依次类推

Array
(
    [yuwenji] => Array
        (
            [111111000000000009] => 60
            [111111000000000008] => 60
            [111111000000000011] => 60
            [111111000000000012] => 60
            [111111000000000013] => 60
            [111111000000000007] => 60
            [111111000000000006] => 60
            [111111000000000002] => 60
            [111111000000000001] => 60
            [111111000000000003] => 60
            [111111000000000004] => 60
            [111111000000000005] => 60
            [111111000000000010] => 60
        )

    [yuwenban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 60
                    [111111000000000011] => 60
                    [111111000000000004] => 60
                    [111111000000000003] => 60
                    [111111000000000002] => 60
                    [111111000000000010] => 60
                )

            [1] => Array
                (
                    [111111000000000008] => 60
                    [111111000000000007] => 60
                    [111111000000000006] => 60
                    [111111000000000005] => 60
                    [111111000000000001] => 60
                )

            [3] => Array
                (
                    [111111000000000013] => 60
                    [111111000000000012] => 60
                )

        )

    [shuxueji] => Array
        (
            [111111000000000009] => 65
            [111111000000000008] => 65
            [111111000000000011] => 65
            [111111000000000012] => 65
            [111111000000000013] => 65
            [111111000000000007] => 65
            [111111000000000006] => 65
            [111111000000000002] => 65
            [111111000000000001] => 65
            [111111000000000003] => 65
            [111111000000000004] => 65
            [111111000000000005] => 65
            [111111000000000010] => 65
        )

    [shuxueban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 65
                    [111111000000000011] => 65
                    [111111000000000004] => 65
                    [111111000000000003] => 65
                    [111111000000000002] => 65
                    [111111000000000010] => 65
                )

            [1] => Array
                (
                    [111111000000000008] => 65
                    [111111000000000007] => 65
                    [111111000000000006] => 65
                    [111111000000000005] => 65
                    [111111000000000001] => 65
                )

            [3] => Array
                (
                    [111111000000000013] => 65
                    [111111000000000012] => 65
                )

        )

    [englishji] => Array
        (
            [111111000000000009] => 99
            [111111000000000008] => 99
            [111111000000000011] => 99
            [111111000000000012] => 99
            [111111000000000013] => 99
            [111111000000000007] => 99
            [111111000000000006] => 99
            [111111000000000002] => 99
            [111111000000000001] => 99
            [111111000000000003] => 99
            [111111000000000004] => 99
            [111111000000000005] => 99
            [111111000000000010] => 99
        )

    [englishban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 99
                    [111111000000000011] => 99
                    [111111000000000004] => 99
                    [111111000000000003] => 99
                    [111111000000000002] => 99
                    [111111000000000010] => 99
                )

            [1] => Array
                (
                    [111111000000000008] => 99
                    [111111000000000007] => 99
                    [111111000000000006] => 99
                    [111111000000000005] => 99
                    [111111000000000001] => 99
                )

            [3] => Array
                (
                    [111111000000000013] => 99
                    [111111000000000012] => 99
                )

        )

    [wuliji] => Array
        (
            [111111000000000009] => 99
            [111111000000000008] => 99
            [111111000000000011] => 99
            [111111000000000012] => 99
            [111111000000000013] => 99
            [111111000000000007] => 99
            [111111000000000006] => 99
            [111111000000000002] => 99
            [111111000000000001] => 99
            [111111000000000003] => 99
            [111111000000000004] => 99
            [111111000000000005] => 99
            [111111000000000010] => 99
        )

    [wuliban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 99
                    [111111000000000011] => 99
                    [111111000000000004] => 99
                    [111111000000000003] => 99
                    [111111000000000002] => 99
                    [111111000000000010] => 99
                )

            [1] => Array
                (
                    [111111000000000008] => 99
                    [111111000000000007] => 99
                    [111111000000000006] => 99
                    [111111000000000005] => 99
                    [111111000000000001] => 99
                )

            [3] => Array
                (
                    [111111000000000013] => 99
                    [111111000000000012] => 99
                )

        )

    [huaxueji] => Array
        (
            [111111000000000009] => 99
            [111111000000000008] => 99
            [111111000000000011] => 99
            [111111000000000012] => 99
            [111111000000000013] => 99
            [111111000000000007] => 99
            [111111000000000006] => 99
            [111111000000000002] => 99
            [111111000000000001] => 99
            [111111000000000003] => 99
            [111111000000000004] => 99
            [111111000000000005] => 99
            [111111000000000010] => 99
        )

    [huaxueban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 99
                    [111111000000000011] => 99
                    [111111000000000004] => 99
                    [111111000000000003] => 99
                    [111111000000000002] => 99
                    [111111000000000010] => 99
                )

            [1] => Array
                (
                    [111111000000000008] => 99
                    [111111000000000007] => 99
                    [111111000000000006] => 99
                    [111111000000000005] => 99
                    [111111000000000001] => 99
                )

            [3] => Array
                (
                    [111111000000000013] => 99
                    [111111000000000012] => 99
                )

        )

    [shengwuji] => Array
        (
            [111111000000000009] => 99
            [111111000000000008] => 99
            [111111000000000011] => 99
            [111111000000000012] => 99
            [111111000000000013] => 99
            [111111000000000007] => 99
            [111111000000000006] => 99
            [111111000000000002] => 99
            [111111000000000001] => 99
            [111111000000000003] => 99
            [111111000000000004] => 99
            [111111000000000005] => 99
            [111111000000000010] => 99
        )

    [shengwuban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 99
                    [111111000000000011] => 99
                    [111111000000000004] => 99
                    [111111000000000003] => 99
                    [111111000000000002] => 99
                    [111111000000000010] => 99
                )

            [1] => Array
                (
                    [111111000000000008] => 99
                    [111111000000000007] => 99
                    [111111000000000006] => 99
                    [111111000000000005] => 99
                    [111111000000000001] => 99
                )

            [3] => Array
                (
                    [111111000000000013] => 99
                    [111111000000000012] => 99
                )

        )

    [lishiji] => Array
        (
            [111111000000000013] => 81
            [111111000000000012] => 80
            [111111000000000011] => 79
            [111111000000000009] => 78
            [111111000000000008] => 77
            [111111000000000007] => 76
            [111111000000000006] => 75
            [111111000000000005] => 74
            [111111000000000004] => 73
            [111111000000000003] => 72
            [111111000000000002] => 71
            [111111000000000001] => 70
            [111111000000000010] => 69
        )

    [lishiban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 79
                    [111111000000000009] => 78
                    [111111000000000004] => 73
                    [111111000000000003] => 72
                    [111111000000000002] => 71
                    [111111000000000010] => 69
                )

            [1] => Array
                (
                    [111111000000000008] => 77
                    [111111000000000007] => 76
                    [111111000000000006] => 75
                    [111111000000000005] => 74
                    [111111000000000001] => 70
                )

            [3] => Array
                (
                    [111111000000000013] => 81
                    [111111000000000012] => 80
                )

        )

    [diliji] => Array
        (
            [111111000000000013] => 81
            [111111000000000012] => 80
            [111111000000000011] => 79
            [111111000000000009] => 78
            [111111000000000008] => 77
            [111111000000000007] => 76
            [111111000000000006] => 75
            [111111000000000005] => 74
            [111111000000000004] => 73
            [111111000000000003] => 72
            [111111000000000002] => 71
            [111111000000000001] => 70
            [111111000000000010] => 69
        )

    [diliban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 79
                    [111111000000000009] => 78
                    [111111000000000004] => 73
                    [111111000000000003] => 72
                    [111111000000000002] => 71
                    [111111000000000010] => 69
                )

            [1] => Array
                (
                    [111111000000000008] => 77
                    [111111000000000007] => 76
                    [111111000000000006] => 75
                    [111111000000000005] => 74
                    [111111000000000001] => 70
                )

            [3] => Array
                (
                    [111111000000000013] => 81
                    [111111000000000012] => 80
                )

        )

    [zhengzhiji] => Array
        (
            [111111000000000013] => 81
            [111111000000000012] => 80
            [111111000000000011] => 79
            [111111000000000009] => 78
            [111111000000000008] => 77
            [111111000000000007] => 76
            [111111000000000006] => 75
            [111111000000000005] => 74
            [111111000000000004] => 73
            [111111000000000003] => 72
            [111111000000000002] => 71
            [111111000000000001] => 70
            [111111000000000010] => 69
        )

    [zhengzhiban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 79
                    [111111000000000009] => 78
                    [111111000000000004] => 73
                    [111111000000000003] => 72
                    [111111000000000002] => 71
                    [111111000000000010] => 69
                )

            [1] => Array
                (
                    [111111000000000008] => 77
                    [111111000000000007] => 76
                    [111111000000000006] => 75
                    [111111000000000005] => 74
                    [111111000000000001] => 70
                )

            [3] => Array
                (
                    [111111000000000013] => 81
                    [111111000000000012] => 80
                )

        )

    [wenzongji] => Array
        (
            [111111000000000013] => 243
            [111111000000000012] => 240
            [111111000000000011] => 237
            [111111000000000009] => 234
            [111111000000000008] => 231
            [111111000000000007] => 228
            [111111000000000006] => 225
            [111111000000000005] => 222
            [111111000000000004] => 219
            [111111000000000003] => 216
            [111111000000000002] => 213
            [111111000000000001] => 210
            [111111000000000010] => 207
        )

    [wenzongban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 237
                    [111111000000000009] => 234
                    [111111000000000004] => 219
                    [111111000000000003] => 216
                    [111111000000000002] => 213
                    [111111000000000010] => 207
                )

            [1] => Array
                (
                    [111111000000000008] => 231
                    [111111000000000007] => 228
                    [111111000000000006] => 225
                    [111111000000000005] => 222
                    [111111000000000001] => 210
                )

            [3] => Array
                (
                    [111111000000000013] => 243
                    [111111000000000012] => 240
                )

        )

    [lizongji] => Array
        (
            [111111000000000009] => 297
            [111111000000000008] => 297
            [111111000000000011] => 297
            [111111000000000012] => 297
            [111111000000000013] => 297
            [111111000000000007] => 297
            [111111000000000006] => 297
            [111111000000000002] => 297
            [111111000000000001] => 297
            [111111000000000003] => 297
            [111111000000000004] => 297
            [111111000000000005] => 297
            [111111000000000010] => 297
        )

    [lizongban] => Array
        (
            [2] => Array
                (
                    [111111000000000009] => 297
                    [111111000000000011] => 297
                    [111111000000000004] => 297
                    [111111000000000003] => 297
                    [111111000000000002] => 297
                    [111111000000000010] => 297
                )

            [1] => Array
                (
                    [111111000000000008] => 297
                    [111111000000000007] => 297
                    [111111000000000006] => 297
                    [111111000000000005] => 297
                    [111111000000000001] => 297
                )

            [3] => Array
                (
                    [111111000000000013] => 297
                    [111111000000000012] => 297
                )

        )

    [zongfenji] => Array
        (
            [111111000000000013] => 764
            [111111000000000012] => 761
            [111111000000000011] => 758
            [111111000000000009] => 755
            [111111000000000008] => 752
            [111111000000000007] => 749
            [111111000000000006] => 746
            [111111000000000005] => 743
            [111111000000000004] => 740
            [111111000000000003] => 737
            [111111000000000002] => 734
            [111111000000000001] => 731
            [111111000000000010] => 728
        )

    [zongfenban] => Array
        (
            [2] => Array
                (
                    [111111000000000011] => 758
                    [111111000000000009] => 755
                    [111111000000000004] => 740
                    [111111000000000003] => 737
                    [111111000000000002] => 734
                    [111111000000000010] => 728
                )

            [1] => Array
                (
                    [111111000000000008] => 752
                    [111111000000000007] => 749
                    [111111000000000006] => 746
                    [111111000000000005] => 743
                    [111111000000000001] => 731
                )

            [3] => Array
                (
                    [111111000000000013] => 764
                    [111111000000000012] => 761
                )

        )

)
Copy after login
Copy after login

  1. 导入到数据库,然后用mysql处理
    2.同分的帅的往前

建议是存到数据库,然后取出来的时候再计算名次,否则数据库中写死了,以后再在增删改数据的时候,名次还要重新计算.

数据库语句:

<code>SELECT * FROM `成绩表` order by 分数,名次 ASC ,学号 DESC;
分数由小到大,当分数相同
名次有小到大,当名次相同
学号由大到小</code>
Copy after login

同理可以通过数据库读出数据进行排名从而进行排名再存入数据库

php:
如果名次不存在,可以读取数据库,在php中计算名次

<code>$arr=array(   '0' =>array('gobal' => 8, 
                          'gobal1'=>2
                    ), 
              '1' =>array('gobal' => 7, 
                          'gobal1'=>6
                    ) ,
              '2' =>array('gobal' => 8, 
                          'gobal1'=>6
                    ) ,
              '3' =>array('gobal' => 9, 
                          'gobal1'=>8
                    ) ,
              '4' =>array('gobal' => 9, 
                          'gobal1'=>9
                    ) ,
);
$arr=array_sort($arr,'gobal');
echo '<pre class="brush:php;toolbar:false">';print_r($arr);
function array_sort($arr,$keys,$type='desc'){ 
    $keysvalue = $new_array = array();
    foreach ($arr as $k=>$v){
    $keysvalue[$k] = $v[$keys];
    }
    if($type == 'asc'){
    asort($keysvalue);
    }else{
    arsort($keysvalue);
    }
    reset($keysvalue);
    foreach ($keysvalue as $k=>$v){
    $new_array[$k] = $arr[$k];
    }
    return $new_array; 
} </code>
Copy after login

1- 导入之后再update
update table as t1 set 班名次 = (select count() from table as t2 where t1.班级 = t2.班级 and t1.年级 = t2.年级 and t1.成绩 ) from table as t3 where t1.年级 = t3.年级 and t1.成绩

2- 并列啊

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

The Future of PHP: Adaptations and Innovations The Future of PHP: Adaptations and Innovations Apr 11, 2025 am 12:01 AM

The future of PHP will be achieved by adapting to new technology trends and introducing innovative features: 1) Adapting to cloud computing, containerization and microservice architectures, supporting Docker and Kubernetes; 2) introducing JIT compilers and enumeration types to improve performance and data processing efficiency; 3) Continuously optimize performance and promote best practices.

PHP vs. Python: Understanding the Differences PHP vs. Python: Understanding the Differences Apr 11, 2025 am 12:15 AM

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

How to open phpmyadmin How to open phpmyadmin Apr 10, 2025 pm 10:51 PM

You can open phpMyAdmin through the following steps: 1. Log in to the website control panel; 2. Find and click the phpMyAdmin icon; 3. Enter MySQL credentials; 4. Click "Login".

MySQL: Simple Concepts for Easy Learning MySQL: Simple Concepts for Easy Learning Apr 10, 2025 am 09:29 AM

MySQL is an open source relational database management system. 1) Create database and tables: Use the CREATEDATABASE and CREATETABLE commands. 2) Basic operations: INSERT, UPDATE, DELETE and SELECT. 3) Advanced operations: JOIN, subquery and transaction processing. 4) Debugging skills: Check syntax, data type and permissions. 5) Optimization suggestions: Use indexes, avoid SELECT* and use transactions.

MySQL and SQL: Essential Skills for Developers MySQL and SQL: Essential Skills for Developers Apr 10, 2025 am 09:30 AM

MySQL and SQL are essential skills for developers. 1.MySQL is an open source relational database management system, and SQL is the standard language used to manage and operate databases. 2.MySQL supports multiple storage engines through efficient data storage and retrieval functions, and SQL completes complex data operations through simple statements. 3. Examples of usage include basic queries and advanced queries, such as filtering and sorting by condition. 4. Common errors include syntax errors and performance issues, which can be optimized by checking SQL statements and using EXPLAIN commands. 5. Performance optimization techniques include using indexes, avoiding full table scanning, optimizing JOIN operations and improving code readability.

PHP: Is It Dying or Simply Adapting? PHP: Is It Dying or Simply Adapting? Apr 11, 2025 am 12:13 AM

PHP is not dying, but constantly adapting and evolving. 1) PHP has undergone multiple version iterations since 1994 to adapt to new technology trends. 2) It is currently widely used in e-commerce, content management systems and other fields. 3) PHP8 introduces JIT compiler and other functions to improve performance and modernization. 4) Use OPcache and follow PSR-12 standards to optimize performance and code quality.

How to view sql database error How to view sql database error Apr 10, 2025 pm 12:09 PM

The methods for viewing SQL database errors are: 1. View error messages directly; 2. Use SHOW ERRORS and SHOW WARNINGS commands; 3. Access the error log; 4. Use error codes to find the cause of the error; 5. Check the database connection and query syntax; 6. Use debugging tools.

phpmyadmin connection mysql phpmyadmin connection mysql Apr 10, 2025 pm 10:57 PM

How to connect to MySQL using phpMyAdmin? The URL to access phpMyAdmin is usually http://localhost/phpmyadmin or http://[your server IP address]/phpmyadmin. Enter your MySQL username and password. Select the database you want to connect to. Click the "Connection" button to establish a connection.

See all articles