-
Heh, an A.I. code review I was reviewing was saying that some BigQuery code should use SAFE_JSON_EXTRACT_SCALAR instead of JSON_EXTRACT_SCALAR. I thought, why would you ever use the unsafe version if a safe version existed?
SAFE_JSON_EXTRACT_SCALAR does not exist.