0% found this document useful (0 votes)
3 views4 pages

Incrementa Loading Using Dynamic Pipeline - Error

Uploaded by

saikirankurapti
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views4 pages

Incrementa Loading Using Dynamic Pipeline - Error

Uploaded by

saikirankurapti
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

INCREMENTA LOADING USING DYNAMIC PIPELINE

Facing issue at retrieving the max value using query:


In the class the discussed query is
select max(@(item().INC_COLUMN)) as maxvalue from
@(item().SCHEMANAME).@(item().TABLENAME) but for it is showing error.
I asked chatgpt and it gave me a query for which the pipeline is working properly.

why is this happening and how to resolve this. Please guide me further.

Succesful Execution with chatgpt query:


Facing Error with the query discussed in class :

You might also like