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
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. ...
![]() |
![]() |