Skip to content

Commit e6fef90

Browse files
author
paul.marcombes
committed
readme
1 parent 60207ab commit e6fef90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bigfunctions/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ BigFunctions are open-source BigQuery routines that give you **SQL-superpowers**
6666
| `us-west2` | `bigfunctions.us_west2` |
6767
| `us-west3` | `bigfunctions.us_west3` |
6868
| `us-west4` | `bigfunctions.us_west4` |
69-
69+
7070

7171

7272

@@ -271,3 +271,5 @@ BigFunctions are open-source BigQuery routines that give you **SQL-superpowers**
271271
- [<code>timestamp_from_unix_date_time(unix_date_time, date_time_part)</code>](timestamp_from_unix_date_time.md): Interprets `unix_date_time` as the number of `date_time_part` since `1970-01-01 00:00:00 UTC`.
272272
- [<code>timestamp_to_unix_date_time(timestamp_expression, date_time_part)</code>](timestamp_to_unix_date_time.md): Returns the number of `date_time_part` since `1970-01-01 00:00:00 UTC`.
273273
- [<code>upsert(query_or_table_or_view, destination_table, insertion_mode, primary_keys, recency_field)</code>](upsert.md): Merges `query_or_table_or_view` into the `destination_table`.
274+
275+

0 commit comments

Comments
 (0)