select into

From: Mulham freshcode <mulhamcode(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: select into
Date: 2006-11-22 08:28:15
Message-ID: 20061122082816.26958.qmail@web90504.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi guys,

Am new to sql scripting so this might be a stupid question. Am getting an error while trying to do the following

SELECT INTO svc_data_rec * from svc_tbl_name where 'uid' = sub_id;

where svc_data_rec is defined as record and svc_tbl_name is a varchar that holds the name of a table and sub_id is another varchar. the error message is

ERROR: syntax error at or near "$1" at character 17
QUERY: SELECT * from $1 where 'uid' = $2
CONTEXT: PL/pgSQL function "foo" line 132 at select into variables
LINE 1: SELECT * from $1 where 'uid' = $2

where am i going wrong? it seems that the variables are not being substituted with their values correctly.

Thank you,


---------------------------------
Sponsored Link

Mortgage rates near 39yr lows. $420,000 Mortgage for $1,399/mo - Calculate new house payment

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message A. Kretschmer 2006-11-22 15:47:42 Re: select into
Previous Message Aaron Bono 2006-11-21 23:42:15 Re: "Copy from" omit source columns?