How exactly do I replace something by using wildcard characters?
I had tried with this but it doesn't work
UPDATE [dbo].[test]
SET [Fælge] = REPLACE([Fælge],'%ET%%%','')
I want all the ET** to be blank
My data looks like this and it goes from 4-12x10-24 ET0-99 plus a half like(4.5x13 ET35.5)
6x15 ET0|6.5x16 ET55|6x16 ET50|7x17 ET60|7x17 ET65
i want both ET and the numbers to be blank so the data just looks like
6x15 |6.5x16 |6x16 |7x17 |7x17