Re: ERROR: column "crc" does not exist
От
George Weaver
Тема
Re: ERROR: column "crc" does not exist
Дата
Msg-id
002f01c77cfd$16bfd7f0$6400a8c0@Dell4500
Список
Дерево обсуждения
ERROR: column "crc" does not exist <ezequias@fastcon.com.br>
Re: ERROR: column "crc" does not exist "A. Kretschmer" <andreas.kretschmer@schollglas.com>
Re: ERROR: column "crc" does not exist Andrew Sullivan <ajs@crankycanuck.ca>
Re: ERROR: column "crc" does not exist "Bart Degryse" <Bart.Degryse@indicator.be>
Original Message From: > I have a table with many fields and the latest field is: > > "CRC" character varying(255), ^^^^^^ > Select * from base.points where crc = 'e19e26330a0db2f2435106b16623fa82' What happens when you enter: Select * from base.points where "CRC" = 'e19e26330a0db2f2435106b16623fa82'; Regards, George
В списке pgsql-sql по дате отправления