Explorer
Since ‎06-02-2022
‎05-20-2023

My Stats

  • 3 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Techveera's Bio

Badges Techveera Earned

View all badges

Recent Activity

I have a BigQuery table with polygons data:| id (int) | polygon_shape (string) |+-----------+----------------------------+| 1 | {"type": "Polygon", "coordinates": [[[-11.6422, 36.6872], [-11.642038, 36.68726], [-11.64215117, 36.6872864]]]} || 2 | {"t...
We have several websites (same website but different topleveldomains) and store the GA360 data in BigQuery. The GA360 data for each website is stored in the same BigQuery project but in a different dataset (date partitioned).Example:GA360 GBQ Project...
I have a requirement in which I need pass Current Date value to the where condition of a select statement.Below is the code:var step01 = `SELECT CURRENT_DATE::DATE`;var statement01 = snowflake.createStatement( {sqlText: step01} );results1 = statement...