Re: create constant values

From: john(at)msasystems(dot)net
To: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: create constant values
Date: 2007-11-21 18:16:16
Message-ID: 20071121111613.a0a68a6d77063b5153939c7526772033.277f0841e9.wbe@email.secureserver.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

<html><body><div>Hi,</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; i have a:</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;select * from foo where type = 1 and score &gt; 12;</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; i would like to say</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; select * from foo where type = QUARTERBACK and score &gt; 12;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Just an example.</div>
<div>&nbsp;</div>
<div>John</div>
<div><BR><BR>&nbsp;</div>
<BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid" webmail="1">-------- Original Message --------<BR>Subject: Re: [NOVICE] create constant values<BR>From: "Rodrigo_De_Le&oacute;n" &lt;rdeleonp(at)gmail(dot)com&gt;<BR>Date: Wed, November 21, 2007 10:32 am<BR>To: john(at)msasystems(dot)net<BR>Cc: pgsql-novice &lt;pgsql-novice(at)postgresql(dot)org&gt;<BR><BR>On Nov 21, 2007 12:02 PM, &lt;<A onclick="Popup.composeWindow('pcompose.php?sendto=john%40msasystems.net'); return false;" href="http://email.secureserver.net/pcompose.php?aEmlPart=0&amp;type=reply&amp;folder=INBOX.pgsql-novice&amp;uid=5#Compose">john<B></B>@msasystems.net</A>&gt; wrote:<BR>&gt; Is there anyway to create constant values that could be used and reused in<BR>&gt; postgres.<BR><BR>What are you trying to do?<BR><BR>If you share the specific requirements you have, maybe someone on this<BR>list can help you.<BR><BR>---------------------------(end of broadcast)---------------------------<BR>TIP 1: if p
osting/reading through Usenet, please send an appropriate<BR>subscribe-nomail command to <A onclick="Popup.composeWindow('pcompose.php?sendto=majordomo%40postgresql.org'); return false;" href="http://email.secureserver.net/pcompose.php?aEmlPart=0&amp;type=reply&amp;folder=INBOX.pgsql-novice&amp;uid=5#Compose">majordomo<B></B>@postgresql.org</A> so that your<BR>message can get through to the mailing list cleanly<BR></BLOCKQUOTE></body></html>

Attachment Content-Type Size
unknown_filename text/html 2.1 KB

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Robert M. Bernabe 2007-11-21 23:26:13 Execute RAISE problems
Previous Message Sean Davis 2007-11-21 17:42:05 Fwd: xpath question