Original Message From: <ezequias@fastcon.com.br>
> 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