SQL Server - CONCAT_WS Function

preview_player
Показать описание
The CONCAT_WS() function implicitly converts values of non-character type to character type before concatenation. The CONCAT_WS() function joins the input strings into a single string. It separates those concatenated strings with the separator specified in the first argument.

SYNTAX - CONCAT_WS(separator,input_string1,input_string2,[...input_stringN])

#practicalit #sql #concat_wsfunctioninsql
Рекомендации по теме
Комментарии
Автор

Hi Sir, I hope you are doing great! Sir, I want to run select with where clause from ms access to excel, I meant the data to be pulled from access database to excel file, kindly help, normal select works though, I am unable to solve the select + where.

jessipinkman