I have a table like below:
ID SER DESG
1 111 Manager
2 112 ASST MGR
3 221 CLERK
4 222 CLERK
5 223 ENGG
6 333 ENGG
1 111 Manager
2 112 ASST MGR
3 221 CLERK
4 222 CLERK
5 223 ENGG
6 333 ENGG
I want to read all the records in the table, except DEGN column value [/b]but want to read DESG column value ONLY in case ID IS between 1 to 4 and SER IS between 112 to 222. Please suggest.
Regards,
Saurabh