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 :