delete from comprasconciertos
where codusuario = (select usuario
from clientes
where identificacion = (select identificacion
from datospersona
where nombre = 'francisco'
)
);
where codusuario = (select usuario
from clientes
where identificacion = (select identificacion
from datospersona
where nombre = 'francisco'
)
);