Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Performance...SUBSTR Vs LIKE

613042Dec 11 2007 — edited Dec 11 2007
hi -

what would be more efficient between a query using

where substr(client_no,1,4) = '9999'

or where client_no like '9999%'

any ideas?

thx
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2008
Added on Dec 11 2007
7 comments
2,486 views