You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT Company, Rocket, COUNT(*) AS NumMissions, CASE WHEN COUNT(*) >10 THEN 'Frequent' ELSE 'Rare' END FROM $missions GROUP BY ALL; -- CASE statement with GROUP BY ALL
KeyError: 'Field "*_count" exists 2 times in schema'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: