79184835

Date: 2024-11-13 12:17:57
Score: 1
Natty:
Report link

In November 2023 BigQuery gained a native Levenshtein distance calculation via the EDIT_DISTANCE() function

SELECT EDIT_DISTANCE('abc', 'adb', max_distance => 2) AS results;
results
2
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Charlotte Hadley