select * from scheda_relazione where id_scheda1='1309'
select md5,scheda.nome,marca.id as idmarca,confezione.id_scheda,confezione.prezzo,marca.nome as nomemarca from confezione,scheda,immagini,scheda_essenza_cuore,marca where scheda.id_marca=marca.id and scheda_essenza_cuore.id_scheda=confezione.id_scheda and
scheda_essenza_cuore.id_essenza='227' and scheda.visibile=1 and confezione.visibile=1 and immagini.visibile=1 and scheda.eliminato=0 and confezione.tabella='scheda' and
immagini.id_rif=confezione.id_scheda
and immagini.tabella=confezione.tabella
and scheda.id=confezione.id_scheda and scheda.id !='1309'
group by id_scheda