Re: [SQL] Expr Abbreviations/Functions?

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: "tjk(at)tksoft(dot)com" <tjk(at)tksoft(dot)com>, khj(at)cs(dot)appstate(dot)edu
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Expr Abbreviations/Functions?
Date: 1999-07-25 12:47:58
Message-ID: l03130302b3c0b7a3e162@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

At 02:11 +0300 on 25/07/1999, tjk(at)tksoft(dot)com wrote:

> You could merge the fields and search with :
>
> select * from tablex where lower(f1||f2||f3) ~ 'foo';

Nah. If f1 is 'Narf' and f2 is 'oodp', it will match...

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Herouth Maoz 1999-07-25 12:54:28 Re: [SQL] ERROR: DefineQueryRewrite: rule plan string too big.
Previous Message Herouth Maoz 1999-07-25 12:40:48 Re: [SQL] database design SQL prob.