Re: append all columns in where-clause

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: will trillich <will(at)serensoft(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: append all columns in where-clause
Date: 2001-04-25 16:32:26
Message-ID: 29332.988216346@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

will trillich <will(at)serensoft(dot)com> writes:
> "how can we cast 'varchar' to 'bpchar' or vice-versa?"

You just do it:

select bpcharfld::varchar ...

or whatever.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Hixson 2001-04-25 16:40:42 Re:
Previous Message Tom Lane 2001-04-25 16:29:36 Re: Question on Bizarre Sorting (ORDER BY in 7.1)