Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Find % in where like statement
SELECT * FROM ACCOUNT_DATA WHERE INCREASE LIKE '%';
Pete Cruz escribió en mensaje <370b99b0.1050548959_at_news.us.dell.com>...
>How would query a table using the like and look for a % value?
>
>Select *
>from account_data
>where increase like '% % %';
Received on Thu Apr 08 1999 - 02:32:11 CDT
![]() |
![]() |