This commit is contained in:
parent
cbc8cc6210
commit
46993ad103
|
@ -229,7 +229,7 @@ module.exports = Self => {
|
||||||
CREATE OR REPLACE TEMPORARY TABLE tmp.filter
|
CREATE OR REPLACE TEMPORARY TABLE tmp.filter
|
||||||
(INDEX (id))
|
(INDEX (id))
|
||||||
ENGINE = InnoDB
|
ENGINE = InnoDB
|
||||||
SELECT DISTINCT t.id,
|
SELECT t.id,
|
||||||
t.shipped,
|
t.shipped,
|
||||||
CAST(DATE(t.shipped) AS CHAR) shippedDate,
|
CAST(DATE(t.shipped) AS CHAR) shippedDate,
|
||||||
HOUR(t.shipped) shippedHour,
|
HOUR(t.shipped) shippedHour,
|
||||||
|
|
Loading…
Reference in New Issue