Hello,
I am trying to run the query:
SELECT TOP 10 * FROM [1000MTL5]
Which works in Sql Server Management Studio and returns the correct 10 results.
But I get this error message:
ERROR {“status”:400,“content”:{“error”:{“message”:“Incorrect syntax near ‘.’.”}}}
I don’t have any of those characters in my query.
Thank You!!!
I didn't find the right solution from the Internet.
References
https://community.plot.ly/t/error-400-mssql-db-query/7124
Отредактировано Williamhawk (2017-12-05 09:44:45)