AlisdairO / pgexercises

PostgreSQL Exercises web site code
Other
400 stars 62 forks source link

Suggestion to change part of answer in fachoursbymonth exercise #87

Open glebmark opened 3 months ago

glebmark commented 3 months ago

I have a minor suggestion, in "List the total slots booked per facility in a given month" exercise there is answer to order by sum ('order by sum(slots);'), which means necessity to calculate it again, but I would suggest to use "Total slots" field instead ('ORDER BY "Total Slots";')