January 2019
Beginner
556 pages
14h 19m
English
Pattern matching is always about strings. There are two similar operators: LIKE and ILIKE. They check whether a string matches a given pattern. Only two wildcards can be used in a pattern: an underscore, _, for exactly one character (or number) and a percent sign, %, for any number of any characters, including an empty string.
LIKE and ILIKE are the same, except that the first is case-sensitive and the second is not.
Read now
Unlock full access