pgaccess INSERT from parameter how?

From: Roy Souther <roy(at)silicontao(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pgaccess INSERT from parameter how?
Date: 2001-06-14 22:57:24
Message-ID: 0106141657240A.04368@OlympusMons
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am trying to get input with pgaccess and save it to a temp table. Like so...
CREATE TEMP TABLE my_var (my_input char(8));
INSERT TO my_var VALUES ('[parameter "Your name"]')

But that does not work. Is there any way to do this? What I was tring to do
was make a varible so that I could get an input and use it a few times. Dose
PostgreSQL or pgaccess support varibles of any kind?

--
Roy Souther <roy(at)silicontao(dot)com>

01100010 10101110 11000110 11010110 00000100 10110010 10010110 11000110
01001110 11110110 11001110 00010110 10010110 00101110 10000100 10000100

Browse pgsql-general by date

  From Date Subject
Next Message Eric Ridge 2001-06-14 23:59:41 Indexing varchar[]'s
Previous Message Tom Lane 2001-06-14 21:35:49 Re: problem connecting from another host