begin if exists (SELECT id From imagenes_vs_temas where id_foto in (bla bla bla)) begin update algo end else begin insert algo end end GO