"MON $ ATTACHMENTS"테이블에서 모든 conncetions를보고 싶지만 특정 레코드를 삭제할 수 없습니다. 삭제 오류 반환 : "작업이 지원되지 않습니다."닫기 신청 전에 파이어 버드에서 자기 연결을 삭제하는 방법?
DELETE FROM mon$attachments
WHERE mon$attachment_id IN (
SELECT mon$attachment_id
FROM mon$attachments
WHERE mon$attachment_id = current_connection
)
결과는 다음과 같습니다