select * from trucco_relazione where id_scheda1='240'
select md5,trucco.nome,marca.id as idmarca,confezione.id_scheda,confezione.prezzo,marca.nome as nomemarca from confezione,trucco,trucco_relazione,immagini,marca where trucco.id_marca=marca.id and
scheda.visibile=1 and confezione.visibile=1 and (id_scheda1='240' or id_scheda2='240') and id_scheda2=confezione.id_scheda and immagini.visibile=1 and trucco.eliminato=0 and confezione.tabella='trucco' and
immagini.id_rif=confezione.id_scheda
and immagini.tabella=confezione.tabella
and trucco.id=confezione.id_scheda and trucco.id !='240'
group by id_scheda