My PreSQL query in the WorkFlow of Informatica has 2 parts:
Insert query
Refresh Stats procedure call
When no semicolon ; is present between these 2 parts, the record count is given in Millions. When a semicolon ';' is present the record count is given in Thousands.
Two Questions:
Why is it not throwing an Error for the absence of a semicolon?
Why the increased record count?