hi all Database Masters
Here i have suffer one critical issue,i have two column a and b,
Table name : Student
"A" "B"
"1" "SAntOsh"
"2" "SAuraV"
"3" "SAriya"
"4" "SAnju"
"5" "SAthiYa"
These are the sample records from my Table field. The "B" column always start with 'SA', the problem now in column B that has capital letter and I need to sort out all B that only has CAPITAL letter inside the letter and the out put will be displayed like this
A B
"1" "SAntOsh"
"2" "SAuraV"
"5" "SAthiYa"
Please help me out for this question :icon_cry:
Thanks in Advance