|
 |
 |
select
content.*, template.nome as template, template.collegamento, template.n_immagini, template.n_avideo, template.codtemplate
from
(content,template,areacontent)
where
areacontent.contentid = content.codcontent
and
areacontent.areaid in (0,13)
and
content.templateid = template.codtemplate
and
content.linguaid like 'it'
and
content.codcontent = 1777All.C_griglia_valutazione
Unknown table '1777All' in where clause | |