PostgreSQL daterange not using index correctly

后端 未结 0 520
一生所求
一生所求 2021-01-20 09:11

I have a simple table which has a user_birthday field with a type of date (which can be NULL value)

CREATE TABLE users
(
  user_id bigserial NOT NULL,
  user         


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