$instruccion = mysql_query("SELECT id_cliente FROM inspeccion WHERE '" . $_POST['concepto'] . " LIKE '%" . $_POST['busqueda'] . "%' AND id_cia='".$cia."'
INNER JOIN clientes ON id_cliente.clientes = id_cliente.inspeccion
ORDER BY id_cliente DESC LIMIT 1,1");
Good afternoon here again you can give me a hand with this inner join which falls directly to query failure. Thank you in advance