-
Beta Was this translation helpful? Give feedback.
Answered by
syr2sean
Jun 13, 2022
Replies: 1 comment
-
Finally, I found the problem |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
syr2sean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finally, I found the problem
Misused sqllinlinetablevaluedfunction and sqlmultistatementtablevaluedfunction
In my project There are many function use sqllinlinetablevaluedfunction instead of sqlmultistatementtablevaluedfunction but It's should be used sqlmultistatementtablevaluedfunction
I change to Correct Type then It's worked. The error never show