79412719

Date: 2025-02-04 18:45:36
Score: 2
Natty:
Report link

Quick update with the new string functions available in BigQuery: you want to use RIGHT(string, number)

so, in this case it would be

RIGHT(title, 16)

cf. documentation : https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions#right

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Avandale