Skip to content
Advertisement

Tag: sql-query-store

How to construct SQL query to get the output as below

the below image is how the table related and the expected output result. I used MySQL version 6.3.3. and the below is currently can be achieved. and below is the SQL query code Anyone can help me to improvise the SQL query code above to get the expected output is very appreciated and thank you very much… Answer you can

SQL multi save without using loop/ cursor

I have a requirement where from a string of int[] I need to insert all the values of this array into DB. I have tried this solution and it works fine. To achieve this I have converted the int[] to XML in C#, and in SP used this XML variable to fill a table variable and looped over this table

Advertisement