Reputation: 808
I want to write query that retrive all employee names. If any employee name contain 'a' character convert into uppercase.
All this i want to do only with query.
for ex.:
Eid Ename
1 ganesh
2 ram
3 sheen
4 aadhar
Should be like: (expected)
Eid Ename
1 gAnesh
2 rAm
3 sheen
4 AAdhAr
Upvotes: 2
Views: 65