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[] );