restruc
This commit is contained in:
10
lib/Dojo/Model/Data/cal/q1Block.q
Executable file
10
lib/Dojo/Model/Data/cal/q1Block.q
Executable file
@@ -0,0 +1,10 @@
|
||||
|
||||
select distinct
|
||||
concat(mes.nombre,' ',year(evento.fecha_inicio)) as text,
|
||||
date_format(evento.fecha_inicio,'%Y%m') as id
|
||||
from evento
|
||||
inner join mes on month(evento.fecha_inicio)=mes.id
|
||||
where evento.estado=1
|
||||
order by evento.fecha_inicio
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user