i have an ms-access table
TableA
MSN PR
11 -
13 A
12 Dead
14 B
15 C
How can i write an sql query to remove records in "-" and "Dead" occurances in PR collumn. so that query result should be
MSN PR
13 A
14 B
15 C
any help appreciated