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
Exchange 2007 mail relay
Mysql query browser and Character set
Creating Server 2008 Domain
CISCO IP PHONES POWER CONSUMPTION THROUGH CAT5
MSDN license: can users perform UAT
SNMP bandwdith monitor on Fortigate 200A
ISA Authentication problem
Change the powershell script to write to a file rather than updating to the computer object.
Internet Browser disabled - message is "Hyper Bar 1"
Why does my memory say Installed memory RAM 24.0 (16.0 GB Usable) ?