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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBD:Oracle Selecting Clobs

Status
Not open for further replies.
Jun 19, 2001
86
US
My sql statement looks like this:

SELECT TICK_NUM FROM TICKET_RESO WHERE TICK_GROUP_ID='0' AND TICK_STAT='1' AND TICK_RESO='Not Specified';

The TICK_RESO field is a clob. If I remove AND TICK_RESO='Not Specified' from the statement everything it works. Any help would be appreciated.
 
How about some info like

- what database are you using
- are you using DBI/DBD::XYZ where XYZ is the acryonym representing your database
- what platform, version of perl, etc.

Can you also show the actual piece of code that is failing?
Hardy Merrill
Mission Critical Linux, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top