How to read or pass xml as input to the singlestore stored procedure and get out as xml

Hi Team,

Please guid me to know how to read or pass XML as input to the stored procedure and by taking inputs from xml I have to run select query and get the data from the table by using xml input and genarate the select statement output as xml result set. can you please share the sample stored procedure syntax

i have the same
I want to read XML file, save it as String and pass to setText. I don’t want to parse it but see it on my smartphone screen with all tags and white-characters

Speed Test

DO you have the syntax for reading XML in stored procedure? If yes can you please share the syntax…

SingleStore does not (yet) support reading XML in stored procedures. You can try using JSON instead.