You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to use Starts With or Contains function in BI Report SQL Query

Summary:

Is it possible to use Starts With or Contains function in BI Report SQL Query? If so, how?

Content (required):

Is it possible to use Starts With or Contains function in BI Report SQL Query? If so, how?

Version (include the version you are using, if applicable):

Oracle Fusion Cloud Applications 23C (11.13.23.07.0)

Code Snippet (add any code snippets that support your topic, if applicable):

select * 

from po_action_history poah

where

poah.object_type_code='PO'

AND poah.action_code='COMMUNICATION'

AND poah.NOTE starts with ('EMail:')

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!