Summary
BigQuery's LIKE operator now supports underscores for single character or byte matching. It's used for pattern matching. The percent sign matches any characters or bytes, underscore matches a single character or byte, and backslash escapes other backslashes, underscores, or percent signs. Underscores in keys are treated as 'any character'. Prefix raw strings with 'r' to avoid duplicating backslashes.