Bug #75241 | Export limit set as in select query results limit row | ||
---|---|---|---|
Submitted: | 17 Dec 2014 6:48 | Modified: | 24 May 2018 15:29 |
Reporter: | Yudha HT | Email Updates: | |
Status: | QA review | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 6.2.4 | OS: | Windows (Windows 8 SL) |
Assigned to: | CPU Architecture: | Any | |
Tags: | export, limit row |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[17 Dec 2014 6:59]
Yudha HT
[17 Dec 2014 6:59]
Yudha HT
query-no-limit sql
Attachment: query-no-limit.PNG (image/png, text), 31.82 KiB.
[17 Dec 2014 6:59]
Yudha HT
query-no-limit csv
Attachment: query-no-limit.csv (application/vnd.ms-excel, text), 395 bytes.
[17 Dec 2014 7:00]
Yudha HT
query-with-limit sql
Attachment: query-with-limit.PNG (image/png, text), 30.39 KiB.
[17 Dec 2014 7:00]
Yudha HT
query-with-limit csv
Attachment: query-with-limit.csv (application/vnd.ms-excel, text), 554 bytes.