Hi,
I want to write an sql that strips out the text from an entry and just retain the numbers and relational operators.
For example, my student table is
StudentID Marks 1 scored >80 marks 2 scored =80 marks I want to update my student table to be StudentID Marks 1 >80 2 =80
Can someone please help me with this sql.
Thanks