esta es la consulta que hice pero no me funciona, si alguien me puede ayudar se agradece....
Cita: $sent_sql="SELECT notic.* FROM notic as LEFT JOIN Seccin as Seccin on notic.Codseccin = Seccin.CodSeccin WHERE PosicnColumn like '%1%';";
$resultado = mysql_query($sent_sql,$db);
while ($fila = mysql_fetch_array($resultado))