Hi,
 
   i have a:
                     select * from foo where type = 1 and score > 12;
 
   i would like to say
 
                     select * from foo where type = QUARTERBACK and score > 12;
 
 
Just an example.
 
John


 
-------- Original Message --------
Subject: Re: [NOVICE] create constant values
From: "Rodrigo_De_León" <rdeleonp@gmail.com>
Date: Wed, November 21, 2007 10:32 am
To: john@msasystems.net
Cc: pgsql-novice <pgsql-novice@postgresql.org>

On Nov 21, 2007 12:02 PM, <john@msasystems.net> wrote:
> Is there anyway to create constant values that could be used and reused in
> postgres.

What are you trying to do?

If you share the specific requirements you have, maybe someone on this
list can help you.

---------------------------(end of broadcast)---------------------------
TIP 1: if p osting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly