Fix #219, how-to for embedding table from other schema

This commit is contained in:
steve-chavez
2019-08-26 10:28:03 -05:00
committed by Steve Chávez
parent 396b0468ce
commit cb2bf809a7
4 changed files with 88 additions and 0 deletions
+2
View File
@@ -601,6 +601,8 @@ Embedded resources can be aliased and filters can be applied on these aliases:
GET /films?select=*,90_comps:competitions(name),91_comps:competitions(name)&90_comps.year=eq.1990&91_comps.year=eq.1991 HTTP/1.1
.. _embedding_views:
Embedding Views
---------------