refactor: refs #7010 deleted distinct
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-10-18 09:29:01 +02:00
parent cbc8cc6210
commit 46993ad103
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ module.exports = Self => {
CREATE OR REPLACE TEMPORARY TABLE tmp.filter
(INDEX (id))
ENGINE = InnoDB
SELECT DISTINCT t.id,
SELECT t.id,
t.shipped,
CAST(DATE(t.shipped) AS CHAR) shippedDate,
HOUR(t.shipped) shippedHour,