Can anyone please explain the difference Oracle does regarding this to me?
Having an index or not on a varchar2 field gives different result when using 0 or '0' (zero that is). See the test below.
Test:
* Create a table with a varchar2 field.
create table test(aaa varchar2(5));
* Populate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.