Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 47772 invoked from network); 19 Feb 2008 18:08:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 18:08:31 -0000 Received: (qmail 59157 invoked by uid 500); 19 Feb 2008 18:08:24 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 58828 invoked by uid 500); 19 Feb 2008 18:08:23 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 58816 invoked by uid 99); 19 Feb 2008 18:08:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 10:08:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amichail@gmail.com designates 64.233.178.250 as permitted sender) Received: from [64.233.178.250] (HELO hs-out-0708.google.com) (64.233.178.250) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 18:07:51 +0000 Received: by hs-out-0708.google.com with SMTP id l65so1857912hsc.7 for ; Tue, 19 Feb 2008 10:07:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=d5M/jfxTr1cHd5iWWfWYBF3hl0JBfYobZ6EI1fjLcSE=; b=IlJ/KXXWDl9vnzpe7izBqiVE7oUA4RvPWx2iMYnZpsNmTnPCK3BlLvMwQsijKLV9UAmjopHZeJZ21t2r2QlF3X5byTT1XhkLoJ3Kd9o0PfxG9flORwrjDsIrZmttgugAjzW/UwA8UPyEhnJarSaTsWKe2irk8g01RymvH8a6d68= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=spy8/fOD3bIV1NzmlW469OWx9giYYtCDbqMpK4K+xhx++FqItohETvooU7uimHsp2qI3C0r2snXpNlDWwx/FmQM+pfnSv4Sp6CLmyjADkSRy99KEHoXQIyk5Vk5N5Zqa1ixbPukEBy4YlR66EUGqG8JJQi2vdci5pg6yfny9BTw= Received: by 10.100.214.15 with SMTP id m15mr14784795ang.80.1203444479710; Tue, 19 Feb 2008 10:07:59 -0800 (PST) Received: by 10.100.251.4 with HTTP; Tue, 19 Feb 2008 10:07:59 -0800 (PST) Message-ID: Date: Tue, 19 Feb 2008 13:07:59 -0500 From: "Amir Michail" To: "Derby Discussion" Subject: moving columns between tables MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Is there a way to easily move a column from one table to another (as easy as a rename say)? If not, maybe such a command could be added? Amir