Original Message From: <[EMAIL PROTECTED]>

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



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to