MySQL Workbench not displaying query results

前端 未结 16 1414
失恋的感觉
失恋的感觉 2021-01-31 07:11

When I query a table in MySQL Workbench, no results are shown, the result section is just blank, no grid or anything. However if I export the data, it is all there. Everything w

16条回答
  •  心在旅途
    2021-01-31 07:25

    The result set wasn't showing for me either. I was able to make it appear by hiding the output area and running a simple select statement. Then I "show"ed the output area again and had what I was looking for -- both the result set and the output area

提交回复
热议问题