|
|
|
|
|
by NicolasBeuzeboc
4795 days ago
|
|
Postgres WITH SELECT ... is very handy but in that case I would create three views instead. It seems that wine_ratings tags and detail could be used in other queries and having the views created would prevent duplicating their code. |
|