Order by CASE on an enum in jOOQ - no explicit type comparator

后端 未结 0 864
我在风中等你
我在风中等你 2021-02-09 16:18

I have this PostgreSQL type definition and table

CREATE TYPE T_TIER_TYPE AS ENUM (
    \'TOP_TIER\',
    \'MID_TIER\',
    \'LOW_TIER\'
    )
;

CREATE TABLE prop         


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