...
Allows case-sensitive matching of strings based on comparison with a pattern. Output is either Boolean ‘true’ or ‘false’.
Example
LIKE("Trek";#bikes_sold_csv!Brand))
Column_1Brand | LIKE |
---|---|
Cervelo | false |
Trek | true |
NULL | false |
Trek | true |
...
Allows case-sensitive matching of strings based on comparison with a pattern. Output is either Boolean ‘true’ or ‘false’.
LIKE("Trek";#bikes_sold_csv!Brand))
Column_1Brand | LIKE |
---|---|
Cervelo | false |
Trek | true |
NULL | false |
Trek | true |