ERROR select
SELECT st.id_stranka,stp.nazov_tit,stp.url,stp.umiestnenie_reklamy,stp.vyska_sirka,stp.typ_reklamy,stp.google_cislo_reklamy FROM stranky as st INNER JOIN stranky_prop as stp ON stp.id_stranka=st.id_stranka WHERE st.stav=1 and st.id_prisl=(SELECT st1.id_stranka FROM stranky as st1 WHERE st1.id_prisl=1 and st1.id_typ=20) and st.id_typ=21 ORDER BY st.id_poz
MySQL server has gone away