Microsoft
Software
Hardware
Network
Question : Oracle SQL containing word
Hi experts,
Assumed I have two records which one of fields (e.g. DESC) has this data:
- first record --> "OTHER LABORATORY ANIMALS"
- second record --> "OTHER ANIMAL ABC"
Using keyword "ANIMAL" in search criteria and if we use DESC like '%ANIMAL%', we will end up with getting two records.
What oracle sql command can I use for getting only second record (get only 'ANIMAL' and exclude 'ANIMALS')?
Thanks for your help.
Answer : Oracle SQL containing word
select * from table where REGEXP_LIKE(DESC, /[:space:]ANIMAL[:space:]/
);
use this one
Random Solutions
ASP.NET client side printing.
interactive services detection stopped working
Perl script taking too long
Insert Script from the command prompt
how to enable java in ipad sfari
2003 terminal server user's have multiple profiles stored on the server
Windows Service crashing on one machine, not on the other
Mounting Exchange Information Store Freezes Server
Setting up DNS records for a small business with a new domain
CSS Bullets