Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 33168 invoked from network); 26 Oct 2005 14:21:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Oct 2005 14:21:53 -0000 Received: (qmail 43973 invoked by uid 500); 26 Oct 2005 14:21:44 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 43814 invoked by uid 500); 26 Oct 2005 14:21:41 -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 43781 invoked by uid 99); 26 Oct 2005 14:21:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 07:21:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of duschhaube@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 26 Oct 2005 07:20:39 -0700 Received: (qmail invoked by alias); 26 Oct 2005 14:20:19 -0000 Received: from p508EC0E6.dip0.t-ipconnect.de (EHLO [192.168.0.3]) [80.142.192.230] by mail.gmx.net (mp033) with SMTP; 26 Oct 2005 16:20:19 +0200 X-Authenticated: #750152 Message-ID: <435F90A3.6030303@gmx.net> Date: Wed, 26 Oct 2005 16:20:19 +0200 From: duschhaube User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-user@db.apache.org Subject: Regular Expressions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi! Is it possible to use regular expressions in a select statement. for example select * from test where name="a*b" ciao