MYSQL - Concatenate two tables

后端 未结 4 1113
时光说笑
时光说笑 2020-12-11 04:05

I have two tables as follows:

    TABLE A                    TABLE B
 StuID | actid              FacID | actid
  3       12                  98      17
  5           


        
4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 04:46

    You can concatenate these two tables by using select, from and where.

提交回复
热议问题