문제

i am using sqldevlepoer and trying to execute an statement like below,

INSERT INTO users
(first_name, last_name)
VALUES
('john', 'smith');

but nothing is returned until i stop the operation manually .... it just hangs, Any ideas?

도움이 되었습니까?

해결책

I'm guessing, just that, because we need more info on your question, but maybe you have another session with a begin transaction and it was never commited or rollbacked.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top