Odd issue some columns not show

Hi
when I run these two queries return different result from same table

select * from mytable
select column10 from mytable

first query show all column correctly except column10, and show NULL
second query show value of column 10 correctly, and it’s not NULL

QuestDB version 7.3.9

Any idea?
Thanks

Hi @Indeed_1 ,

Do you have an example screenshot and data?

Also, is this an issue on newer versions of QuestDB?