Search Postgresql Archives

Re: Query using 'LIKE' returns empty set

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You need the wildcard character at front and back.

select * from fish_counts where stream_tribs ilike '%Nehalem%';

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux