Hi Friends,
Please help me, why I am getting '?' symbol when I run the below query.
SQL query : SELECT 'Value ⅜'
Result ------- 'Value ?'
Is this a SQL limitation?
Hi Friends,
Please help me, why I am getting '?' symbol when I run the below query.
SQL query : SELECT 'Value ⅜'
Result ------- 'Value ?'
Is this a SQL limitation?
It sounds more like a limitation in the software that's displaying your resultset. If it's SSMS, check the font that you're using for results.
17 People are following this question.