mysql查询输出与反转表列成行

时间:2017-01-28 17:27:45

标签: mysql

我需要在php中重新安排数据表和输出。下面的查询给出了图像1的输出,如何实现图像2的输出: MySQL查询:

A   B   C
1   1   3
2   1   3
3   2   3
4   2   3
5   0   0

输出

enter image description here

必需输出:

enter image description here

2 个答案:

答案 0 :(得分:0)

您可以使用条件聚合执行此操作:

declare register DR(11:0), AR(7:0), PC(7:0), IR(3:0)
declare memory MEM(AR,DR)

FETCH:  AR<-PC;
        read M;
        IR<-DR(11:8), PC<-PC+1

        if IR = 10 then goto ADD else

        else goto FETCH  fi;

答案 1 :(得分:0)

这解决了这个问题:

socket.setKeepAlive(false)