Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LEFT Justify and parse
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Titre:
LEFT Justify and parse
Divers
Thread ID:
00998941
Message ID:
00998941
Vues:
53
My last problem is to LEFT Justify (which works thanks to Sergey) and begin at position 4 of a field. I have to parse something like this:

A. Defect

The end result should be “Defect”.
CAST(ISNULL(CAST([Defect Description] AS VARCHAR(50)), ' ') AS CHAR(50) )
Thank you.

Tom
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform