Simple Query Doesn't Even with Data

Поиск
Список
Период
Сортировка
От Scott Macri
Тема Simple Query Doesn't Even with Data
Дата
Msg-id 24fc9258007f1c08f8801936e2b7bdc8443f40b9.camel@gmail.com
обсуждение исходный текст
Ответы Re: Simple Query Doesn't Even with Data  (Julien Rouhaud <rjuju123@gmail.com>)
Re: Simple Query Doesn't Even with Data  (Ken Tanzer <ken.tanzer@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Lucas
Дата:
Сообщение: Postgres migration from 9.2 to 14
Следующее
От: M Tarkeshwar Rao
Дата:
Сообщение: Could not read certificate file from while upgrading to PostgreSQLClient 12.9