有啊 就是导出查询结果,选择需要导出的记录 ,右键 然后就有export result
--->好像有sql导出的(跟html files,tsv file同一个地方的)
我想问在哪里设置
huangdh12 (2008-11-14 19:12:09)
现在的问题是没有sql导出
只有导出 csv ,html,xml,tsv。
sum1else (2008-11-15 17:04:18)
right click your result set of a sql running ( select all and choose "export to excel" ), then you should find the sql in the excel workbook saved ( the second worksheet )
huangdh12 (2008-11-16 00:00:12)
QUOTE:
原帖由 sum1else 于 2008-11-15 17:04 发表
right click your result set of a sql running ( select all and choose "export to excel" ), then you should find the sql in the excel workbook saved ( the second worksheet )
你所说的只是导出我的查询的语句
我所想要的是导出我的查询结果。用insert into table() values ()表示出来
最新回复
hgdzhuanyong (2008-11-14 14:43:31)
nemo410 (2008-11-14 16:10:44)
如果要导出sql可以选保存嘛,也是直接生成* .sql文件
huangdh12 (2008-11-14 19:10:07)
--->好像有sql导出的(跟html files,tsv file同一个地方的)
我想问在哪里设置
huangdh12 (2008-11-14 19:12:09)
只有导出 csv ,html,xml,tsv。
sum1else (2008-11-15 17:04:18)
huangdh12 (2008-11-16 00:00:12)
QUOTE:
你所说的只是导出我的查询的语句我所想要的是导出我的查询结果。用insert into table() values ()表示出来