Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Converting Data types using SQL

Re: Converting Data types using SQL

From: <ciojr_at_yahoo.com>
Date: Fri, 31 Aug 2007 09:51:32 -0700
Message-ID: <1188579092.971688.45570@r34g2000hsd.googlegroups.com>


On Aug 31, 11:29 am, vitalis..._at_gmail.com wrote:
> On Aug 31, 4:56 pm, ci..._at_yahoo.com wrote:
>
> > select *
> > from table_definitions
> > where service_description = 'TBD';
>
> LONG columns cannot be used in WHERE clauses.
> Convert the column to CLOB and user to_char() in your WHERE clause.
>
> Jerome

Thank you for your reply, but I cannot convert the column within the table. I was trying to find a way to do this within the sql statement. But, from what you are telling me, it cannot be done via sql, it has to be changed in the oracle table itself. Received on Fri Aug 31 2007 - 11:51:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US