feat: refs #6610 fixDeleteTickets #2154
|
@ -186,7 +186,7 @@ BEGIN
|
|||
SELECT DISTINCT tl.originFk ticketFk
|
||||
robert marked this conversation as resolved
Outdated
|
||||
FROM ticketLog tl
|
||||
JOIN (
|
||||
SELECT MAX(tl.id)ids, tw.ticketFk
|
||||
SELECT MAX(tl.id)ids
|
||||
robert marked this conversation as resolved
Outdated
guillermo
commented
Espacio despues de coma: Espacio despues de coma: `MAX(tl.id)ids, tw.ticketFk`
guillermo
commented
tw.ticketFk no se utiliza tw.ticketFk no se utiliza
|
||||
FROM ticket t
|
||||
JOIN ticketLog tl ON tl.originFk = t.id
|
||||
LEFT JOIN ticketWeekly tw ON tw.ticketFk =t.id
|
||||
|
|
Loading…
Reference in New Issue
Identación