I have executed a following in Execute Query into Text Output from mysql workbench 5.2.4 version.

我已经在mysql workbench 5.2.4版本的Execute Query for Text Output中执行了以下操作。

it is not showing full output., answer set is trimmed.

它没有显示完整输出。,答案集被修剪。

show create table the_re.user_list;

show create table the_re.user_list;

+ ---------- + ----------------- +
| Table      | Create Table      |
+ ---------- + ----------------- +
| user_list | CREATE TABLE `user_list` (
  `unique_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date_` date  NOT NULL,
  `id` bigint(20) NOT NULL,
  `start_` date NOT NULL,
  `t_time` time DEFAULT NULL,
  `d_date` date NOT NULL,
  `d_tim... |
+ ---------- + ----------------- +

the above result is ends with following statement. There are few more texts missing after this.

以上结果以下列声明结束。此后还有更多文本缺失。

`d_tim... |

Could you please tell me how to display full result text as i need to execute 'N' query result in single text output?

您能否告诉我如何显示完整的结果文本,因为我需要在单个文本输出中执行'N'查询结果?

1 个解决方案

#1


1

Update to the latest version (6.0.7 atm).

更新到最新版本(6.0.7 atm)。

For getting create statements you can simply right click on the table in the schema tree and choose "Send to SQL Editor.." -> "Create Statement".

要获取create语句,只需右键单击模式树中的表,然后选择“发送到SQL编辑器” - >“创建语句”。

更多相关文章

  1. 如何使用SQL语句查到当前SQL SERVER 2000服务器的IP地址
  2. Oracle 常用sql语句
  3. 求SQL语句,有没有周末上班的高手,给帮个忙吧!
  4. 求一条sql语句:计算两列的差值,以及各个差值占差值总和的比例
  5. 我应该如何选择一列与另一列相关的语句?
  6. 条件复杂的sql语句查询
  7. Sql Server系列:Insert语句
  8. SQL Server中存储过程比直接运行SQL语句慢的原因
  9. Mysql order by语句未使用索引的思考

随机推荐

  1. MPAndroidChart项目实战(七)——自定义横向
  2. android开发视频教程 android培训入门教
  3. Android多屏幕适配之字体大小、行间距和
  4. 关于android中的gif实现
  5. Android:Camera2开发详解(上):实现预览、
  6. android实现百度地图定位
  7. Android 4.0新增WiFiDirect功能
  8. DisplayMetrics简介
  9. android View 概述
  10. android的selector背景选择器