All Questions
2 questions
2
votes
1
answer
71
views
Sorting of nested categories inside a Common Table Expression
I have a PostgreSQL database which contains (among other things) the following table definition:
...
2
votes
2
answers
105
views
Query of users for some age, gender, and state, using a subselect
I have this query:
...