Uzma Shaheen
Active Member
- Joined
- Nov 10, 2012
- Messages
- 484
- Office Version
- 365
- 2021
- Platform
- Windows
- Mobile
- Web
Hi all,
What query can i write to return rows that contain B12 in Oracle?
I have tried
select addr
from addresstable
where instr(addr,'B12') > 0
And have tried this
where addr like '%B12%'
why wont this work?
thanks
What query can i write to return rows that contain B12 in Oracle?
I have tried
select addr
from addresstable
where instr(addr,'B12') > 0
And have tried this
where addr like '%B12%'
why wont this work?
thanks