Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Would like to do .... LIKE '%fred%' on LONG column
You can't do this with LONGs in v7 - you can't actually do much with LONGS in
v7.
Georg Verweyen wrote:
> Paul Smith wrote:
> >
> > I would like to add a where clause to a select on a long column, but ..
>
> See SQL Language Reference Manual Page 3-7
>
> char1 [NOT] LIKE char2
>
> char1 is a value to be compared with a pattern. This value can
> have datatype CHAR or VARCHAR2.
> char2 is the pattern to which char1 is compared. ...
>
> ----
> Georg Verweyen
> Disclaimer: The opinions expressed here are my own and not of the
> company I am working for.
Received on Wed Oct 21 1998 - 08:19:53 CDT
![]() |
![]() |