Last week I gave a colleague a demonstration on why, if you have numbers stored in a character string you should convert them explicitly to numbers:
select ‘Yes’
from dual
where ’1000′ between ’000′ and ’999′;‘YES’
—–
Yes
Last week I gave a colleague a demonstration on why, if you have numbers stored in a character string you should convert them explicitly to numbers:
select ‘Yes’
from dual
where ’1000′ between ’000′ and ’999′;‘YES’
—–
Yes
Whilst nowhere near as ambitious as J.D. and Kris’ project here I have decided to do some work in the garden this year. I’m a few weeks behind writing up my progress so I’ll try and summarise after the break.
Recent Comments