SQL Server Error Msg 13600 – FOR JSON AUTO requires at least one table for generating JSON objects. Use FOR JSON PATH or add a FROM clause with a table name.

In this blog post, let’s learn about the error message “13600 – FOR JSON AUTO requires at least one table for generating JSON objects. Use FOR JSON PATH or add a FROM clause with a table name.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

13600 – FOR JSON AUTO requires at least one table for generating JSON objects. Use FOR JSON PATH or add a FROM clause with a table name.

Reason for the Error

To be update soon…

Solution

To be update soon…