Re: some error when executing query in pgAdmin tool - Mailing list pgsql-sql

From Dave Page
Subject Re: some error when executing query in pgAdmin tool
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40138843A@ratbert.vale-housing.co.uk
Whole thread Raw
In response to some error when executing query in pgAdmin tool  ("Penchalaiah P." <penchalaiahp@infics.com>)
List pgsql-sql
 


From: Penchalaiah P. [mailto:penchalaiahp@infics.com]
Sent: 23 May 2006 13:18
To: Dave Page
Subject: RE: [SQL] some error when executing query in pgAdmin tool

Hi sir…

 

I tried like that also … but I am getting same error……I tried like these……

 

1).Select * from adv;

2). Select * from “adv”;

3).Select * from public.adv;   here public is the schema name

 

 Like I said, try:

 

SELECT * FROM "ADV";

 

You created the table with a quoted, uppercase name, so that is how you must reference it.

 

Regards, Dave

pgsql-sql by date:

Previous
From: "Dave Page"
Date:
Subject: Re: some error when executing query in pgAdmin tool
Next
From: "Penchalaiah P."
Date:
Subject: hi can u give solution to this query