I have a query like
select
case
when foo > 0 then
'Bar / ' + N'Бар: ' + ' blah blah'
else
'Text / ' + N'текст' + ' blah blah'
end as 'Baz'
Is there a way to have 'Бар: ' and 'текст' outputted in a different colour? HTML formatting is not a solution as it needs to output into a non-HTML document