Simple Query Doesn't Even with Data - Mailing list pgsql-general

From Scott Macri
Subject Simple Query Doesn't Even with Data
Date
Msg-id 24fc9258007f1c08f8801936e2b7bdc8443f40b9.camel@gmail.com
Whole thread Raw
Responses Re: Simple Query Doesn't Even with Data
Re: Simple Query Doesn't Even with Data
List pgsql-general
I have a simple database with table, "map_table", and coulmn,
"company_letters".  The database is populated and the first row
contains a value of 'abcdefg' in the company_letters column.

If I do a select * without a where clause I get the expected results. 
However, when I execute the following select statement I was astonished
to see no results come back.  

Any idea what could possibly be wrong here?  

I've verified the data a 100 times and am totally perplexed.  Thanks.

SELECT *
FROM public.map_table
WHERE company_letters = 'abcdefg';

-- 
Hacktorious



pgsql-general by date:

Previous
From: Lucas
Date:
Subject: Postgres migration from 9.2 to 14
Next
From: M Tarkeshwar Rao
Date:
Subject: Could not read certificate file from while upgrading to PostgreSQLClient 12.9