Skip to Main Content

Intelligent Advisor

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!

How to check for false/true value of a Function

azinno-OracleNov 8 2011 — edited Nov 10 2011
Hi all, how can I check if a function has true or false value ?

My goal is to check if a given string DOESN'T begin with a specific substring. The function StartsWith works for me, but how can I check if it returns false ?

I've tried:

- it is not true that StartsWith(string,substring)
- StartsWith(string,substring) = false
- StartsWith(string,substring) is not true

But in the first case the function is not recognized, and in the second and third I got an error

Bye, Andrea
This post has been answered by Jasmine Lee-Oracle on Nov 8 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2011
Added on Nov 8 2011
3 comments
267 views