I have struggled with this problem for 1 day And finally asking here.
My startup where I am working is logging user data to BigQuery by google cloud logging.
At some point we add 1 column (field) and then we change the data type of this column(field). And It's impossible to query this field through the wholetime of this Table.
The images below is showing the field that I mentioned above. And shows the timeline of the field ("jsonPayload.page.result_count.total") created in 2022/09/09 and the data type changed from STRING to FLOAT.
And If I try to query like below. the error comes out.
How can I query this field "jsonPayload.page.result_count.total" without any problems?
Thanks in advance! :)





