Hello sir, any chances of complete project explanation of sql server. How does it work in real world. Thank you!!
@ssunitech68903 жыл бұрын
Thanks 😊 This can be used in report sp. Where an invoice can have multiple payment methods and those need to display in single value. So it can be used to get comma separated values. Thanks
@SharShaik Жыл бұрын
on existing column how to insert delimiter eg: Full name 'Raviverma' output 'Ravi-verma' can pls provide solution
@RaviKumar-pn8uw Жыл бұрын
Sir...suppose Id 1 having CD CD CD 3 times how to make unique values in String Agg function output???
@ssunitech6890 Жыл бұрын
Select id, string_agg with count rows
@krishnapriya0386 ай бұрын
Sir I have repeated names and I want only once, how to do that?
@tusharjadhav69402 жыл бұрын
Hello sir , i have one string (my|name|is|tushar|abc|ahha|haha|hshs) I already separated it using create function which is similar like string_split because i have old version of server, So sir , i have table which contains 8 columns col1,col2,col,3 I have to insert the seprated string values into this columns(8 columns are their) I am seprated it but they are form rows My Name Is Tushar Like that i need to insert into columns or horizontal way. Can you help me out???
@ssunitech68902 жыл бұрын
You can use the SSIS package or while loop in SQL
@tusharjadhav69402 жыл бұрын
@@ssunitech6890 sir can you please explain in briefly....or give logic how i will get output.
@reneehambright70473 жыл бұрын
Thank You!
@ssunitech68903 жыл бұрын
Thanks for your appreciation
@naveenreddym62223 жыл бұрын
How to get comma separated output as table
@ssunitech68903 жыл бұрын
Didn't get you, can u pls eloborate more
@poonammahto64422 жыл бұрын
THANKS
@ssunitech68902 жыл бұрын
Please Share to others
@Mistysoil3 жыл бұрын
Its not working on my sql server verion 17.2
@ssunitech68903 жыл бұрын
It should not work, will check
@shammi07462 Жыл бұрын
getting error string_agg does not exist
@ssunitech6890 Жыл бұрын
Which version of SQL server?
@landchennai85493 жыл бұрын
please mentioned the server version also.
@ssunitech68903 жыл бұрын
Thanks for your suggestion..
@supratikpaul64033 жыл бұрын
It’s not working on MySQL
@ssunitech68903 жыл бұрын
This is for SQL server
@supratikpaul64033 жыл бұрын
@@ssunitech6890 can you please tell how to do it on mysql ?