-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (23 loc) · 885 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTAFOLIO TRACKER
--SME Portafolio x City--
WHERE concat_ws('-', year, month, day) BETWEEN '2024-01-01' AND '$[YYYY-MM-DD - 2D]' -- Aceleración automática -- Agrupado por Mes
AND DAY(concat_ws('-', year, month, day)) > 25 --Toma los últimos días del mes
No usa tablas offline
Actualización: Automática
Next steps: Meter prioridad
--SME Shop Status Daily--
WHERE concat_ws('-', year, month, day) BETWEEN '2024-05-01' AND '$[YYYY-MM-DD - 2D]'
Se agrupa en Data E semanal y mensual
Permanent Suspenden no aculativo
No usa tablas offline
Actualización: Automática
--SME Shops por BD Area--
WHERE concat_ws('-', year, month, day) = '$[YYYY-MM-DD - 2D]'
Fecha más reciente
No usa tablas offline
Actualización: Automática
--SME Portfolio--
WHERE concat_ws('-', year, month, day) = '$[YYYY-MM-DD - 2D]'
Fecha más reciente
No usa tablas offline
Actualización: Automática