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
Check if existing record in database?
New mail notification envelope icon in outlook 2003 doesn't show
autodiscover on 2010 is prompting for password all the time...
Windows 2008 Domain Controller Unavailable (but working)
Mirrored volume not showing available space
vbscript with Loop command
DReamwever how to link pages.
Compare two excel files
how to make an MsAccess form resolution independent?
Anyone knows what this fruit is called in english and if I can buy it in the USA somewhere even online