► 19:13 10.0 Publicado:
Nota actual: 9,2
Tu puntuación
Síguela
► 19:13 10.0 Publicado:
► 25:06 7.9 Publicado:
► 11:33 7.3 Publicado:
Query Debug:
SELECT g.gallery_id,f.base,g.description,DATE(g.date_added) AS Fecha,IF(NOT f.trailer<=>1,"video","trailer") AS Tipo,f.time_video AS Extra,g.date_added AS FechaYHora
FROM (tx_galleries AS g,tx_gallery_fields AS f)
WHERE g.gallery_id=f.gallery_id
AND g.status='disabled'
AND f.base LIKE '/videos/%'
AND g.categories LIKE (SELECT CONCAT('%',c.tag,'%') FROM tx_categories c WHERE c.name='Britt Shields')
ORDER BY FechaYHora DESC
Error:
query: Disk full (/tmp/#sql_1552_8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")