Bug #79097 | Grouping unix_timestamp(Time) div 7200 miscalculation | ||
---|---|---|---|
Submitted: | 3 Nov 2015 15:04 | Modified: | 11 Nov 2015 19:38 |
Reporter: | Tim Unger | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Data Types | Severity: | S3 (Non-critical) |
Version: | 5.6.26 | OS: | Windows (Win64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | div, GROUP BY, unix_timestamp |
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
[3 Nov 2015 15:05]
Tim Unger
[4 Nov 2015 15:23]
Tim Unger
This is the Datapool.
Attachment: Daten.zip (application/x-zip-compressed, text), 362.25 KiB.
[4 Nov 2015 15:24]
Tim Unger
This is the final Query.
Attachment: Query.sql (application/octet-stream, text), 1.09 KiB.
[4 Nov 2015 15:24]
Tim Unger
This is the Create Statement.
Attachment: Create.sql (application/octet-stream, text), 458 bytes.
[4 Nov 2015 15:25]
Tim Unger
This is the MySQL Command Line Result.
Attachment: MySQL Command Line Result.jpg (image/jpeg, text), 102.25 KiB.
[4 Nov 2015 15:25]
Tim Unger
This is the MySQL Workbench Result.
Attachment: MySQL Workbench Result.jpg (image/jpeg, text), 321.91 KiB.