Hi
SELECT CASE WHEN GroupID = 2 THEN '<span style="color:red;font-weight:bold">' || GroupId || '</span>' END AS Grp FROM Group
Thanks