when I insert a simple sql through the command line,it works well. But when I insert a long sql as below, it fails. I have run the long sql on a stand-alone tDengine,it works well, where can prove the ...
I have created a class called BaseDAL which basically handles all database requests for the application I have built. One of the methods takes a stored procedure, loops through all the parameters, ...