Analyze data with Gemini assistance Reviews

38414 reviews

No toma la primera consulta, aun cuando si se ejecuto

Irasema A. · Reviewed about 1 year ago

the 4th check points, there's something weird. typo on table name in the comments. order_id -> order_items. generated query seems no error but checkpoints shows error. two query seems good followed. ----------------------- SELECT DATE(t1.created_at) AS created_at_day, CAST(t2.product_id AS INT64) product_id, sum(t1.sale_price) sale_price FROM `bigquery-public-data`.`thelook_ecommerce`.`order_items` AS t1 INNER JOIN `bigquery-public-data`.`thelook_ecommerce`.`order_items` AS t2 ON t1.product_id = t2.product_id GROUP BY created_at_day, product_id ORDER BY created_at_day, product_id; SELECT DATE(t1.created_at), CAST(t2.id AS INT64), SUM(t1.sale_price) FROM `bigquery-public-data`.`thelook_ecommerce`.`order_items` AS t1 INNER JOIN `bigquery-public-data`.`thelook_ecommerce`.`order_items` AS t2 ON t1.product_id = t2.id GROUP BY DATE(t1.created_at), CAST(t2.id AS INT64);

경덕 임. · Reviewed about 1 year ago

Surender N. · Reviewed about 1 year ago

Chandan K. · Reviewed about 1 year ago

PRIYADEEP M. · Reviewed about 1 year ago

Aniket T. · Reviewed about 1 year ago

Ruskana S. · Reviewed about 1 year ago

TEJA S. · Reviewed about 1 year ago

Desai Ishan B. · Reviewed about 1 year ago

Girish K. · Reviewed about 1 year ago

Kuber R. · Reviewed about 1 year ago

Rayhan Adji S. · Reviewed about 1 year ago

ayushman s. · Reviewed about 1 year ago

Vansh g. · Reviewed about 1 year ago

Amit kumar Y. · Reviewed about 1 year ago

Amit Y. · Reviewed about 1 year ago

Rythm G. · Reviewed about 1 year ago

Amit G. · Reviewed about 1 year ago

Amit Y. · Reviewed about 1 year ago

Amit Y. · Reviewed about 1 year ago

amit y. · Reviewed about 1 year ago

Бисенов А. · Reviewed about 1 year ago

Adlina A. · Reviewed about 1 year ago

Adlina A. · Reviewed about 1 year ago

Guilherme P. · Reviewed about 1 year ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.