chore: fix bigtable doc typo (#570)

Fix bigtable doc typo
This commit is contained in:
An Nguyen
2025-05-15 14:44:04 -07:00
committed by GitHub
parent d7579861e8
commit 2068f26302

View File

@@ -35,7 +35,7 @@ tools:
TO_INT64(cf[ 'id' ]) as id,
CAST(cf[ 'name' ] AS string) as name,
FROM
% s
mytable
WHERE
TO_INT64(cf[ 'id' ]) = @id
OR CAST(cf[ 'name' ] AS string) = @name;