Hi all,
with this sql
I get this error code:
3610: Internal error: Please do not resubmit the last request.
Does anyone know what this means of what to do?
with this sql
Code:
select * from plato.agent
where datumtot is null
and anvr_nummer
in ( sel agentnummer
from plato.reservering
where reserveringsnummer
in
( sel distinct(reserveringsnummer) from plato.pax
where paxnaam = 'lysen')
);
I get this error code:
3610: Internal error: Please do not resubmit the last request.
Does anyone know what this means of what to do?