Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert chr(174) and chr(175) into a field
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2014
Application:
Web
Miscellaneous
Thread ID:
01629173
Message ID:
01629174
Views:
36
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform