Question
Inovar
Inovar
IN
Inovar
Posted: Dec 13, 2023
Last activity: Aug 14, 2024
Last activity: 14 Aug 2024 2:21 EDT
Closed
Extracting Entire blob using UDF functions
Hi ,
Is there any way to extract entire blob using udf functions or sql queries, instead of querying each field like below ?.
(select pegadata.pr_read_from_stream('.ProjectDescription', pzInsKey, pzPVStream) AS descr from pegadata.pc_jms_pm_work where pyid='P-3890')
***Edited by Moderator Rupashree to add Capability tags***
Hi @azmathullashaik,
You can remove the where clause and then execute so that will get ProjectDescription for All WO's.
and We will get scalar property values directly from Blob. We can't extract entire BLOB and We can't get Entire BLOB Data (One Object BLOB contain many Properties).
@KenshoTsuchihashi Do you have any thoughts on this ? Please do let us know.
I hope this will hep you.
Thanks,
Ashok