BigQuery でのよくある SQL エラーのトラブルシューティング のレビュー

109777 件のレビュー

GERALDO COELHO FURTADO JOSE · 1年以上前にレビュー済み

Prakash Vishal · 1年以上前にレビュー済み

Faustini Mario · 1年以上前にレビュー済み

Ribeiro Vinicius · 1年以上前にレビュー済み

Tirkey Prince Hritik · 1年以上前にレビュー済み

Task 3. List the cities with the most transactions with your ecommerce site - is challenging and lacks clear instructions on what to do because even if you run the provided SQL query it doesn't complete the assesment so I had to improvise and use this query below: #standardSQL SELECT geoNetwork_city, SUM(totals_transactions) AS total_products_ordered, COUNT( DISTINCT fullVisitorId) AS distinct_visitors, SUM(totals_transactions) / COUNT( DISTINCT fullVisitorId) AS avg_products_ordered FROM `data-to-insights.ecommerce.rev_transactions` GROUP BY geoNetwork_city HAVING COUNT( DISTINCT fullVisitorId) > 1000 ORDER BY distinct_visitors DESC

Vidal Renzi Mae · 1年以上前にレビュー済み

K P Poorvaj · 1年以上前にレビュー済み

Rana Uttam Kumar · 1年以上前にレビュー済み

Op Ankush · 1年以上前にレビュー済み

Namdev Sumit · 1年以上前にレビュー済み

Chogale Tejas · 1年以上前にレビュー済み

Lima Daniel · 1年以上前にレビュー済み

kansouh mohamed · 1年以上前にレビュー済み

Ranjan Ritesh · 1年以上前にレビュー済み

Sipayung Muhammad Rifai · 1年以上前にレビュー済み

. Harshit · 1年以上前にレビュー済み

Mehta Neerav · 1年以上前にレビュー済み

Hiremath Jagadeesh · 1年以上前にレビュー済み

Prakash Vishal · 1年以上前にレビュー済み

GOOGLEUSER Sam · 1年以上前にレビュー済み

Mahawar Payal · 1年以上前にレビュー済み

Sharma Harsh · 1年以上前にレビュー済み

some query solutions do not work

Harisinganey Mohnish · 1年以上前にレビュー済み

Snijtsheuvel Terence · 1年以上前にレビュー済み

Check my progress on task 2 keeps failing and not at all clear why. I've done the step so don't know what the issue is.

Hamid Atif · 1年以上前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。