I have this JSON data in a BigQuery column:
SELECT JSON '{"$oid":"123"}'
How can I get the $oid
value?
Expected output: 123
I have this JSON data in a BigQuery column:
SELECT JSON '{"$oid":"123"}'
How can I get the $oid
value?
Expected output: 123