While running an external function, the following error message is received: Error: Function received the wrong number of rows What is causing this to occur?
A.
External functions do not support multiple rows.
B.
Nested arrays are not supported in the JSON response.
C.
The JSON returned by the remote service is not constructed correctly.
D.
The return message did not produce the same number of rows that it received.
The remote service tried to return more or fewer rows than it received. Even though the function is nominally scalar, it might receive multiple rows in the body field of the event parameter, and should return exactly as many rows as it received.
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
stopthisnow
1 month, 1 week ago