¿Has intentado actualizar/devolver?
update link
set visiting = true
from (
select id
from link
where visiting = false
and visited = false
limit 500
for update
) as batch
where batch.id = link.id
returning *;
¿Has intentado actualizar/devolver?
update link
set visiting = true
from (
select id
from link
where visiting = false
and visited = false
limit 500
for update
) as batch
where batch.id = link.id
returning *;
múltiples valores selectInput crean un comportamiento inesperado de dplyr (postgres)
Crecimiento del tamaño de la base de datos de SQL Server utilizando el historial de copias de seguridad
Analizar los valores predeterminados de los parámetros usando PowerShell - Parte 2
Cómo superar la eliminación accidental de datos en MySQL y MariaDB