79286262

Date: 2024-12-16 22:54:58
Score: 3.5
Natty:
Report link

As suggested by Murta previously, BigQuery's TRANSLATE function is very handy and allows you to do exactly what you need to. https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions#translate

SELECT TRANSLATE('brasília', 'í', 'i') AS translated

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Greg Skoff