ICONTAINS
Syntax
ICONTAINS( string, substring )
Description
Case-insensitive version of CONTAINS. Returns TRUE
if string
contains substring
.
Argument types:
string
—Boolean | Date | Datetime | Fractional number | Geopoint | Geopolygon | Integer | String | UUID
substring
—String
Return type: Boolean
Examples
ICONTAINS("RU0891923", "ru") = TRUE
ICONTAINS("Lorem ipsum", "abc") = FALSE
Data source support
ClickHouse 19.13
, Microsoft SQL Server 2017 (14.0)
, MySQL 5.6
, PostgreSQL 9.3
.