Re: [GENERAL] ERROR: relation "table" does not exist - HELP

2004-12-11 Thread Ragnar Hafstað
On Sat, 2004-12-11 at 01:54 -0200, itamar wrote: > when I run > > select * from "table" > > I get this error. > > ERROR: relation "table" does not exist The table name is is folded to lowercase, unless it is in quotes. so if the name of the table is TABLE, you need select * from "TABLE" Is

Re: [GENERAL] ERROR: relation "table" does not exist - HELP

2004-12-11 Thread Dann Corbit
, December 10, 2004 7:54 PM To: [EMAIL PROTECTED] Subject: [GENERAL] ERROR: relation "table" does not exist - HELP   when I run   select * from "table"   I get this error. ERROR:  relation "table" does not exist       I

[GENERAL] ERROR: relation "table" does not exist - HELP

2004-12-10 Thread itamar
when I run   select * from "table"   I get this error. ERROR:  relation "table" does not exist       Itamar Reis Peixoto+55 34 3238 3845+55 38 9107 1250http://www.ispbrasil.com.br No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.5.0 - Re