I have some fields in a table Employee, with fields
empID,empName,empAddress,empCity...
And all the values of empAddress field contains like "ADR 250 Candy", "ADR 330 Simla, "ADR 220 Karty" and so on.
I want a query to list otr the address without the word 'ADR'.
Eg: I want to display the address like "250 Candy", "330 Simla", "220 Karty" ....
Please help me on this