fix: refs #7213 problem rounding #2903
|
@ -56,7 +56,7 @@ BEGIN
|
||||||
|
|
||||||
CREATE OR REPLACE TEMPORARY TABLE tmp.sale
|
CREATE OR REPLACE TEMPORARY TABLE tmp.sale
|
||||||
carlosap marked this conversation as resolved
|
|||||||
(INDEX(saleFk, isProblemCalcNeeded))
|
(INDEX(saleFk, isProblemCalcNeeded))
|
||||||
carlosap marked this conversation as resolved
Outdated
guillermo
commented
espacio entre el alias y la , espacio entre el alias y la ,
|
|||||||
ENGINE = MEMORY
|
ENGINE = MEMORY
|
||||||
SELECT s.id saleFk,
|
SELECT s.id saleFk,
|
||||||
MOD(s.quantity, vGrouping) hasProblem,
|
MOD(s.quantity, vGrouping) hasProblem,
|
||||||
ticket_isProblemCalcNeeded(t.id) isProblemCalcNeeded
|
ticket_isProblemCalcNeeded(t.id) isProblemCalcNeeded
|
||||||
|
|
Loading…
Reference in New Issue
ENGINE = MEMORY