Sabores de navidad
Este año, de la mano de Mikel Alonso descubriremos las más exquisitas recetas navideñas ligadas a la tradición española que se preparan en los hogares mexicanos cada Navidad. El escritor e historiador Benito Taibo lo acompañará en cada uno de los cinco episodios para celebrar juntos y charlar sobre esta tradición que reúne a gente de todas partes del mundo. Pero no estarán solos. Contarán con la llegada de muy buenos amigos de la casa como son Margarita Carrillo, José Ramón Castillo, Paulina Abascal, Mariano Sandoval y la talentosa cantante peruana Tania Libertad.
Enviar mail al programa
SELECT
RecId,
Titulo,
youtubeID,
(select u.Nombre from URL_RECETAS u where u.RecId=ResultadoPaginado.recId) as Titulo_amigable,
(select c.CocineroNombre+' '+CocineroApellido from COCINEROS c where c.CocineroID=ResultadoPaginado.CocineroID) as chef,
(select cast(l.Programa as varchar(max)) as Programa from LSTPROG l where l.PID=ResultadoPaginado.ProgramaID) as programa,
(select (select u.Nombre from URL_COCINEROS u where u.CocineroID=ResultadoPaginado.CocineroID) as chef_amigable from RECETAS r where r.RecId=ResultadoPaginado.RecId) as chef_amigable,
(select (select u.Nombre from URL_PROGRAMAS u where u.PID=ResultadoPaginado.ProgramaID) from RECETAS r where r.RecId=ResultadoPaginado.RecId) as programa_amigable,
CASE
WHEN (select top 1 f.ruta from FOTOS_RECETAS f where f.RecId=ResultadoPaginado.RecId and f.ruta!='') IS NULL THEN 'elgourmet.jpg'
else (select top 1 f.ruta from FOTOS_RECETAS f where f.RecId=ResultadoPaginado.RecId)
END
as foto,
RowNum
FROM
(
SELECT ROW_NUMBER()Over(Order by (select distinct f.ruta from fotos_recetas f where f.RecId=r.RecId) desc) As RowNum,
r.RecId ,
r.Titulo,
r.youtubeID,
r.CocineroID,
r.ProgramaID
FROM RECETAS r
WHERE r.ProgramaID='sabor_TqdIZ1BP38UnlFChaNgb0x7vDymuks' and ocultar=0
)
AS ResultadoPaginado
WHERE RowNum > 0 and RowNum <= 6
Recetas del programa