Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert chr(174) and chr(175) into a field
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2014
Application:
Web
Divers
Thread ID:
01629173
Message ID:
01629174
Vues:
37
>Hi,
>
>In my VFP data, in order to make sure that a record is always on a top of the index, I insert the value of chr(174) + 'TOTAL' + chr(175) to a field.
>
>How do I do it in SQL Stored procedure? SQL does not recognize chr(174) or chr(175).
>
>TIA

The function in SQL Server is not CHR but CHAR
CHAR(174)+'TOTAL'+CHAR(175)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform