How can we convert byte in property_vtq table when fetching data from postgresql
Hi,
I am trying to fetch data from postgresql property_vtq table for external application.
But the data is coming in binary format for value column as seen below.

Further checking the data type of value column, it is showing as bytea.
How can we get this format converted to represent some sensible data as string, integer or datetime according to the property basetype configured.

Thanks and Regards,
Bhushan

