Oracle9i includes numerous data structures to improve the speed of Oracle SQL queries. Taking advantage of the low cost of disk storage, Oracle9i includes many new indexing algorithms that ...
Hi<BR><BR>I am try to compare a VARCHAR field that stores a date as:<BR><pre class="ip-ubbcode-code-pre"> to_char(DateTimeField, 'MM-DD-YYYY') <> to_char(to_date ...