Hi,
I have a varchar field and in this field there may be chars like 'A','C' etc. or strings like "A-C", "A,C,H" etc or just decimal numbers like '0.4','4.2'.
What i want to do is, just check for decimal numbers and which are bigger than 4.0.?
here what i wrote but gives error:
...
where left(RESULT,1) not between 'A' and 'Z' AND
DECIMAL(SONUC) >= 4.0