LIKE

Syntax

LIKE(string: <String>;pattern: <String>)

Description

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))

Brand

LIKE

Brand

LIKE

Cervelo

false

Trek

true

NULL

false

Trek

true