Get day name based on custome ID of bigint[] datatype

前端 未结 0 1881
春和景丽
春和景丽 2021-01-12 18:02

I want to display Day name based on ID which is in bigint[] in the table as shown below:

Table:

create table tbl_days
(
day_ids bigint[]
);


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