Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concat_ws
Message
 
 
À
27/05/2006 03:38:08
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01125483
Message ID:
01125524
Vues:
21
You can use "+" operator to concatenate string but you'll have to add separator in between and handle NULL values yourself.
* mysql
CONCAT_WS(separator,str1,str2,str3)
* MS SQL
str1 + separator + str1 + separator + str3
>At MySQL I can use concat_ws for Concatenate With Separator .. what is similar function of concat_ws in SQL server? ..
>
>
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform