LabKey Support
LabKey Support
Sign In
Home
Documentation
Support
Download
Developers
JavaScript is disabled. For the full experience enable JavaScript in your browser.
Messages
unicode constants in queries
LabKey Support Forum (Inactive)
View Message
view list
print
unicode constants in queries
adam
2017-08-12 18:12
Status: Closed
Have you tried the chr() function? For example:
replace(myField, '/', chr(8203)) AS myNewField
Adam