Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 52856 invoked from network); 5 Sep 2008 07:32:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2008 07:32:53 -0000 Received: (qmail 31104 invoked by uid 500); 5 Sep 2008 07:32:51 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 30643 invoked by uid 500); 5 Sep 2008 07:32:49 -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 Delivered-To: moderator for derby-user@db.apache.org Received: (qmail 66229 invoked by uid 99); 5 Sep 2008 03:53:31 -0000 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 john.vun@atosorigin.com designates 160.92.103.80 as permitted sender) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: how to insert table's and column's comment/remark using sql script Date: Fri, 5 Sep 2008 11:53:37 +0800 Message-ID: <6C9240446B430E4382B717068FDD131B5F8F08@MYKLX001.myorigin.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how to insert table's and column's comment/remark using sql script Thread-Index: AckPCvnZK1mJqvI6QY+U08g4/Kzojg== From: "Vun, John" To: X-OriginalArrivalTime: 05 Sep 2008 03:45:45.0974 (UTC) FILETIME=[E0F05960:01C90F09] X-Virus-Checked: Checked by ClamAV on apache.org Hi, Good Day ! Need help on how to insert table's and column's comment/remark using sql script for derby database (From NetBean IDE 6.0)? What is the syntax to insert table and column's comment/remark ? For example, oracle syntax like below=20 COMMENT ON TABLE TABLE_NAME IS 'Table comment/remark';=20 COMMENT ON COLUMN TABLE_NAME.COLUMN_NAME IS 'column comment/remark'; And after insert, how to view or display it ? (From NetBean IDE 6.0 or SQuirrelL SQL Client 2.6.6) Regards, John Vun