【发布时间】:2022-09-26 15:02:41
【问题描述】:
从菜鸟到 PostgREST 的简单问题 - 是否有相交函数用于下面的 PSQL 查询?
select a from table1
intersect
select a from table2;
我通读了文档https://postgrest.org/en/stable/ 并没有看到任何命令。
如果相关,我现在正在将 Supbase 客户端用于 postgREST。谢谢!
标签: postgresql supabase postgrest supabase-database