am Thu, dem 12.04.2007, um 9:23:39 -0300 mailte [EMAIL PROTECTED] folgendes: > Hi list, > > I have a table with many fields and the latest field is: > > "CRC" character varying(255),
You have created a field called "CRC", with upper-case. > > When I try to access the table with a select with a where clause like > > Select * from base.points where crc = 'e19e26330a0db2f2435106b16623fa82' You searched for a field "crc", with lower-case. rewrite your query to : ... where "CRC" = 'e19e26330a0db2f2435106b16623fa82' Andreas -- Andreas Kretschmer Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header) GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings