Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search a long data type

Status
Not open for further replies.

cmmrfrds

Programmer
Feb 13, 2000
4,690
US
I am trying to search the query field on this query.

select
mview_name,
query
from sys.ALL_MVIEWS

The field query is a long data type. I tried to convert to a clob but that gets an error. Is there any way to do this?

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top