Postgres exclude using gist across different tables

前端 未结 0 736
野性不改
野性不改 2020-12-09 17:00

I have 2 tables like this

drop table if exists public.table_1;
drop table if exists public.table_2;

CREATE TABLE public.table_1 (
    id serial NOT NULL,
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题