Re: SQL is fetching results BLANK checks but the data has no BLANKS

Поиск
Список
Период
Сортировка
От Erik Wienhold
Тема Re: SQL is fetching results BLANK checks but the data has no BLANKS
Дата
Msg-id 1358455621.855150.1688593586940@office.mailbox.org
обсуждение исходный текст
Ответ на Re: SQL is fetching results BLANK checks but the data has no BLANKS  (M Sarwar <sarwarmd02@outlook.com>)
Ответы Re: SQL is fetching results BLANK checks but the data has no BLANKS
Список pgsql-admin
> On 05/07/2023 23:34 CEST M Sarwar <sarwarmd02@outlook.com> wrote:
>
> Table has no indexes so far.

Do you get the same results when using LIKE instead?

    SELECT test_number
    FROM bronx.test_test_details_all_mcm
    WHERE test_description LIKE ' %'

--
Erik



В списке pgsql-admin по дате отправления:

Предыдущее
От: M Sarwar
Дата:
Сообщение: Re: SQL is fetching results BLANK checks but the data has no BLANKS
Следующее
От: M Sarwar
Дата:
Сообщение: Re: SQL is fetching results BLANK checks but the data has no BLANKS