i have a column in a table that reads quarter and is supposed to have data in the following format
04 Q4
05 Q1
03 Q2
However, some of these have <> signs on them by mistake and i want to get them off. How do I make an update query to find the signs and just delete them. They are only before or after the data I want as shown below.
<04 Q4
05 Q3>
04 Q4
05 Q1
03 Q2
However, some of these have <> signs on them by mistake and i want to get them off. How do I make an update query to find the signs and just delete them. They are only before or after the data I want as shown below.
<04 Q4
05 Q3>