fylein / fyle-interview-intern-backend

82 stars 1.95k forks source link

Update number_of_assignments_per_state.sql #18

Closed Jpkumar87 closed 5 months ago

Jpkumar87 commented 8 months ago

This query uses the GROUP BY clause to group the assignments based on the State column, and then it calculates the count of assignments for each state using the COUNT(*) function. Adjust the table and column names based on your actual database schema.