Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Bigquery

How To Conver Sales Value From 9999.99 To 9.999,99

Currently looking for an easy way to convert 99999.99 to 9.999,99 format: This is what I have curre… Read more How To Conver Sales Value From 9999.99 To 9.999,99

Oauth 2.0 Using Google Client For Javascript, Getting Permission Denied

Hokay, here's the deal. I'm trying to show very basic functionality of combining BigQuery a… Read more Oauth 2.0 Using Google Client For Javascript, Getting Permission Denied

Sending Email Through Firebase Cloud Functions

I have a big query table containing email of the users and i want to send them a newsletter email (… Read more Sending Email Through Firebase Cloud Functions

Running Async JS Functions On BigQuery With #standardSQL

Now that BigQuery supports async on #standardSQL, how can I convert this #legacySQL function to run… Read more Running Async JS Functions On BigQuery With #standardSQL