Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 57521 invoked from network); 7 Aug 2006 15:38:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 15:38:58 -0000 Received: (qmail 41490 invoked by uid 500); 7 Aug 2006 15:38:56 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 41314 invoked by uid 500); 7 Aug 2006 15:38:56 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 41297 invoked by uid 99); 7 Aug 2006 15:38:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 08:38:55 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of clinton.begin@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 08:38:55 -0700 Received: by nf-out-0910.google.com with SMTP id x37so1953639nfc for ; Mon, 07 Aug 2006 08:38:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=WFsN6qdaVUOTFE6ZD6YRpDRugOR31idQOv2Y32UK5kqH/Rr5xfJlqz1Z/SDm6/t/wrOah9lX5g3QZ3NhHOSXYTGk4EqMpLeCr14ZpsVbLf03AFnzv7YlD56yxlHZlqkpHRUyFUlu8pJLesZB7tPtHBlAVpKy7X2vioXAs9A/ZeM= Received: by 10.78.133.10 with SMTP id g10mr2432237hud; Mon, 07 Aug 2006 08:38:33 -0700 (PDT) Received: by 10.78.138.1 with HTTP; Mon, 7 Aug 2006 08:38:33 -0700 (PDT) Message-ID: <16178eb10608070838i5c2d5812l616478bdcb14f1ff@mail.gmail.com> Date: Mon, 7 Aug 2006 09:38:33 -0600 From: "Clinton Begin" To: user-java@ibatis.apache.org, lmeadors@apache.org Subject: Re: SQL DELETE In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_88943_3184797.1154965113387" References: <16178eb10608062345lb7ad420mae12e9e49fc7c2b6@mail.gmail.com> <20060807073706.62877.qmail@web34703.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_88943_3184797.1154965113387 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Of course for relational integrity, it would have to be: begin delete from Child where parentId = #value# ; delete from Parent where parentId = #value# ; end; ;-) Clinton On 8/7/06, Larry Meadors wrote: > > Not like